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

Issue 1243493003: make glyph_pos imageblur* largeglyphblur portable (Closed)

Created:
5 years, 5 months ago by caryclark
Modified:
5 years, 5 months ago
Reviewers:
bungeman-skia, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : remove unused field #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -10 lines) Patch
M gm/glyph_pos.cpp View 1 3 chunks +1 line, -6 lines 0 comments Download
M gm/imageblur.cpp View 1 chunk +2 lines, -2 lines 2 comments Download
M gm/imageblurtiled.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/largeglyphblur.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
caryclark
5 years, 5 months ago (2015-07-16 21:08:14 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1243493003/20001
5 years, 5 months ago (2015-07-16 21:08:37 UTC) #3
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
5 years, 5 months ago (2015-07-16 21:08:38 UTC) #4
reed1
lgtm w/ question about 565 "safe" colors + antialiasing https://codereview.chromium.org/1243493003/diff/20001/gm/imageblur.cpp File gm/imageblur.cpp (right): https://codereview.chromium.org/1243493003/diff/20001/gm/imageblur.cpp#newcode48 gm/imageblur.cpp:48: ...
5 years, 5 months ago (2015-07-16 21:14:04 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/ef14cb397cca75607019e2cc401d4bb9969ed105
5 years, 5 months ago (2015-07-16 21:16:08 UTC) #6
caryclark
5 years, 5 months ago (2015-07-17 12:42:31 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/1243493003/diff/20001/gm/imageblur.cpp
File gm/imageblur.cpp (right):

https://codereview.chromium.org/1243493003/diff/20001/gm/imageblur.cpp#newcode48
gm/imageblur.cpp:48:
textPaint.setColor(sk_tool_utils::color_to_565(rand.nextBits(24) | 0xFF000000));
On 2015/07/16 21:14:04, reed1 wrote:
> Does this actually result in zero-diffs, given that the paint has antialiasing
> on?

No, but it reduces the number of diffs. I've largely given up on zero diffs;
instead, I try to minimize the diffs so any actual bugs stand out.

Powered by Google App Engine
This is Rietveld 408576698