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

Issue 1076593002: Start canonicalizing color for all A8 textblobs (Closed)

Created:
5 years, 8 months ago by joshua.litt
Modified:
5 years, 8 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@atcachemasks
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Start canonicalizing color for all A8 textblobs BUG=skia: Committed: https://skia.googlesource.com/skia/+/9e36c1a9306f052331550dab4728b9875127bfb5

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : another patch #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Patch Set 10 : tweak #

Patch Set 11 : rebase #

Patch Set 12 : fix #

Patch Set 13 : tidying up a bit #

Patch Set 14 : tidy #

Patch Set 15 : tweak #

Patch Set 16 : adding gm #

Total comments: 7

Patch Set 17 : feedback inc #

Patch Set 18 : disabling #

Total comments: 1

Patch Set 19 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -56 lines) Patch
M gm/mixedtextblobs.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +6 lines, -20 lines 0 comments Download
A gm/textblobcolortrans.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +100 lines, -0 lines 0 comments Download
M gm/textbloblooper.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkPaint.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -0 lines 0 comments Download
M include/core/SkTextBlob.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkPaint.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M src/core/SkTextBlob.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +7 lines, -0 lines 0 comments Download
M src/gpu/GrAtlasTextContext.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +15 lines, -6 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 16 chunks +73 lines, -27 lines 0 comments Download
M tools/sk_tool_utils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -0 lines 0 comments Download
M tools/sk_tool_utils.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
joshualitt
A change to only regenerate textblobs if the canonical color changes. reed for SkPaint changes ...
5 years, 8 months ago (2015-04-13 13:01:46 UTC) #2
joshualitt
5 years, 8 months ago (2015-04-13 13:02:38 UTC) #4
bsalomon
lgtm aside from requests for comments. https://codereview.chromium.org/1076593002/diff/290001/gm/textblobcolortrans.cpp File gm/textblobcolortrans.cpp (right): https://codereview.chromium.org/1076593002/diff/290001/gm/textblobcolortrans.cpp#newcode19 gm/textblobcolortrans.cpp:19: static void add_to_text_blob(SkTextBlobBuilder* ...
5 years, 8 months ago (2015-04-13 15:16:38 UTC) #5
jvanverth1
Are there plans to support LCD? That seems like the more interesting case.
5 years, 8 months ago (2015-04-13 16:51:51 UTC) #6
reed1
https://codereview.chromium.org/1076593002/diff/290001/include/core/SkTextBlob.h File include/core/SkTextBlob.h (right): https://codereview.chromium.org/1076593002/diff/290001/include/core/SkTextBlob.h#newcode71 include/core/SkTextBlob.h:71: uint32_t flags() const; I'm nervous about an API that ...
5 years, 8 months ago (2015-04-13 17:05:51 UTC) #7
joshualitt
On 2015/04/13 17:05:51, reed1 wrote: > https://codereview.chromium.org/1076593002/diff/290001/include/core/SkTextBlob.h > File include/core/SkTextBlob.h (right): > > https://codereview.chromium.org/1076593002/diff/290001/include/core/SkTextBlob.h#newcode71 > ...
5 years, 8 months ago (2015-04-14 18:37:12 UTC) #8
reed1
lgtm https://codereview.chromium.org/1076593002/diff/330001/include/core/SkTextBlob.h File include/core/SkTextBlob.h (right): https://codereview.chromium.org/1076593002/diff/330001/include/core/SkTextBlob.h#newcode71 include/core/SkTextBlob.h:71: bool hasLCD() const; nit: isLCD() since we're talking ...
5 years, 8 months ago (2015-04-14 18:51:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1076593002/350001
5 years, 8 months ago (2015-04-14 19:09:50 UTC) #12
commit-bot: I haz the power
5 years, 8 months ago (2015-04-14 19:17:31 UTC) #13
Message was sent while issue was closed.
Committed patchset #19 (id:350001) as
https://skia.googlesource.com/skia/+/9e36c1a9306f052331550dab4728b9875127bfb5

Powered by Google App Engine
This is Rietveld 408576698