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

Issue 22859070: Implement charToGlyph on remaining ports. (Closed)

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

Description

Implement charToGlyph on remaining ports. R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=11955

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : Tabs and line length. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -25 lines) Patch
M include/core/SkTypeface.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkTypeface.cpp View 1 2 chunks +7 lines, -17 lines 0 comments Download
M src/fonts/SkGScalerContext.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/fonts/SkGScalerContext.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 2 2 chunks +205 lines, -0 lines 0 comments Download
M src/ports/SkFontHost_win_dw.cpp View 1 2 2 chunks +75 lines, -0 lines 0 comments Download
M tests/FontHostTest.cpp View 1 2 5 chunks +57 lines, -6 lines 0 comments Download
M tests/ImageDecodingTest.cpp View 1 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
bungeman-skia
In progress implementation of charToGlyph. Works, but is rather slow. In particular, we should really ...
7 years, 3 months ago (2013-08-26 17:37:23 UTC) #1
reed1
https://codereview.chromium.org/22859070/diff/1/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): https://codereview.chromium.org/22859070/diff/1/src/ports/SkFontHost_win.cpp#newcode121 src/ports/SkFontHost_win.cpp:121: lf->lfHeight = -12; Lets add a comment for this ...
7 years, 2 months ago (2013-10-18 13:53:45 UTC) #2
bungeman-skia
Put a bit of work into this and now have something which is a bit ...
7 years, 2 months ago (2013-10-23 22:20:02 UTC) #3
reed1
lgtm -- why is there an imagedecoder change in this CL? https://codereview.chromium.org/22859070/diff/78001/tests/ImageDecodingTest.cpp File tests/ImageDecodingTest.cpp (right): ...
7 years, 2 months ago (2013-10-24 20:54:20 UTC) #4
bungeman-skia
https://codereview.chromium.org/22859070/diff/78001/tests/ImageDecodingTest.cpp File tests/ImageDecodingTest.cpp (right): https://codereview.chromium.org/22859070/diff/78001/tests/ImageDecodingTest.cpp#newcode180 tests/ImageDecodingTest.cpp:180: SkDebugf("Could not run unpremul test because resourcePath not specified."); ...
7 years, 2 months ago (2013-10-24 20:58:54 UTC) #5
bungeman-skia
7 years, 2 months ago (2013-10-24 21:39:40 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r11955 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698