Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Issue 25739002: Snap GDI matrix when snapping height. (Closed)

Created:
7 years, 2 months ago by bungeman-skia
Modified:
7 years, 2 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com, robertphillips
Visibility:
Public.

Description

Snap GDI matrix when snapping height. When using GDI to render, ensure that the GDI matrix does not attempt to add subpixel height. This ensures that rotated text is always the same height as axis aligned text and prevents subpixel drift metrics when they are unwanted. R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=11592

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -13 lines) Patch
M src/ports/SkFontHost_win.cpp View 1 2 4 chunks +21 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
bungeman-skia
After the great _blink / _layout bot outage, I've finally been able to verify this ...
7 years, 2 months ago (2013-10-03 14:06:48 UTC) #1
reed1
https://codereview.chromium.org/25739002/diff/6001/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): https://codereview.chromium.org/25739002/diff/6001/src/ports/SkFontHost_win.cpp#newcode669 src/ports/SkFontHost_win.cpp:669: SkScalar textSize = SkScalarRoundToScalar(realTextSize); can we rename this something ...
7 years, 2 months ago (2013-10-03 14:21:07 UTC) #2
bungeman-skia
ptal https://codereview.chromium.org/25739002/diff/6001/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): https://codereview.chromium.org/25739002/diff/6001/src/ports/SkFontHost_win.cpp#newcode669 src/ports/SkFontHost_win.cpp:669: SkScalar textSize = SkScalarRoundToScalar(realTextSize); On 2013/10/03 14:21:07, reed1 ...
7 years, 2 months ago (2013-10-03 15:48:31 UTC) #3
reed1
lgtm
7 years, 2 months ago (2013-10-03 15:56:45 UTC) #4
bungeman-skia
7 years, 2 months ago (2013-10-03 20:17:53 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r11592 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698