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

Issue 14890016: start a wrapper for color fonts (Closed)

Created:
7 years, 7 months ago by reed1
Modified:
7 years, 6 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

start a wrapper for color fonts BUG= R=bungeman@google.com Committed: https://code.google.com/p/skia/source/detail?r=9381

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 18

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -0 lines) Patch
A gm/colortype.cpp View 1 2 3 4 1 chunk +68 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gyp/utils.gyp View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M include/core/SkTypeface.h View 1 1 chunk +8 lines, -0 lines 1 comment Download
A src/fonts/SkGScalerContext.h View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A src/fonts/SkGScalerContext.cpp View 1 2 3 4 1 chunk +249 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
reed1
7 years, 6 months ago (2013-05-29 20:56:30 UTC) #1
bungeman-skia
I took a look at it. It is impressive that this is now possible and ...
7 years, 6 months ago (2013-05-29 21:21:14 UTC) #2
reed1
https://codereview.chromium.org/14890016/diff/7001/gm/colortype.cpp File gm/colortype.cpp (right): https://codereview.chromium.org/14890016/diff/7001/gm/colortype.cpp#newcode14 gm/colortype.cpp:14: SkTypeface* fColorType; On 2013/05/29 21:21:14, bungeman1 wrote: > Any ...
7 years, 6 months ago (2013-05-30 16:04:29 UTC) #3
bungeman-skia
lgtm (looks ok to me?) with comments on public, but not really public, methods. https://codereview.chromium.org/14890016/diff/14001/include/core/SkTypeface.h ...
7 years, 6 months ago (2013-05-31 14:24:18 UTC) #4
reed1
Committed patchset #5 manually as r9381 (presubmit successful).
7 years, 6 months ago (2013-05-31 20:18:05 UTC) #5
robertphillips
7 years, 6 months ago (2013-06-02 14:58:06 UTC) #6
Message was sent while issue was closed.
This GM appears to be crashing on Linux:

#0  0x00000000005210c4 in SkTypeface::style (this=0x0) at
../include/core/SkTypeface.h:53
#1  0x0000000000520cda in SkGTypeface::SkGTypeface (this=0x6f01780, proxy=0x0,
paint=...) at ../src/fonts/SkGScalerContext.cpp:166
#2  0x000000000042f3db in ColorTypeGM::ColorTypeGM (this=0x4c11a60) at
../gm/colortype.cpp:32
#3  0x000000000042f213 in F_70 () at ../gm/colortype.cpp:70
#4  0x00000000004174d6 in Iter::next (this=0x7fffffffdd60) at
../gm/gmmain.cpp:104
#5  0x0000000000415422 in tool_main (argc=13, argv=0x7fffffffdf48) at
../gm/gmmain.cpp:1992
#6  0x0000000000415b4b in main (argc=13, argv=0x7fffffffdf48) at
../gm/gmmain.cpp:2093

(gdb) p this
$1 = (const SkTypeface * const) 0x0

Powered by Google App Engine
This is Rietveld 408576698