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

Issue 973973003: Text blob run paints should be filtered. (Closed)

Created:
5 years, 9 months ago by f(malita)
Modified:
5 years, 9 months ago
Reviewers:
mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://chromium.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Text blob run paints should be filtered. We're constructing blob run paints after the canvas draw filter has been applied. Instead, we need do defer text blob draw filters until we have access to the full run paints. BUG=skia:3494 R=reed@google.com,mtklein@google.com Committed: https://skia.googlesource.com/skia/+/024f996c1daac32ecad1f9ffec15f0e54fb207f4

Patch Set 1 #

Total comments: 3

Patch Set 2 : v2 #

Patch Set 3 : fix iterator filter skipping #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -6 lines) Patch
M include/core/SkDevice.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M src/core/SkCanvas.cpp View 1 1 chunk +8 lines, -1 line 0 comments Download
M src/core/SkDevice.cpp View 1 2 3 chunks +15 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
f(malita)
5 years, 9 months ago (2015-03-03 21:02:44 UTC) #1
f(malita)
https://codereview.chromium.org/973973003/diff/1/include/core/SkDraw.h File include/core/SkDraw.h (right): https://codereview.chromium.org/973973003/diff/1/include/core/SkDraw.h#newcode152 include/core/SkDraw.h:152: SkDrawFilter* fDrawFilter; // optional I guess this could also ...
5 years, 9 months ago (2015-03-03 21:23:45 UTC) #2
reed1
lgtm w/ nits Definitely want some gm/tests eventually. https://codereview.chromium.org/973973003/diff/1/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/973973003/diff/1/src/core/SkCanvas.cpp#newcode240 src/core/SkCanvas.cpp:240: fDrawFilter ...
5 years, 9 months ago (2015-03-03 21:26:22 UTC) #3
f(malita)
Thanks, will do. I'll also add a GM to cover this. In the meantime, I've ...
5 years, 9 months ago (2015-03-03 22:02:17 UTC) #4
reed1
I like #2 lgtm
5 years, 9 months ago (2015-03-03 22:13:15 UTC) #5
f(malita)
On 2015/03/03 22:13:15, reed1 wrote: > I like #2 > lgtm I have a GM ...
5 years, 9 months ago (2015-03-04 03:02:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/973973003/40001
5 years, 9 months ago (2015-03-04 03:05:15 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-04 03:08:21 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/024f996c1daac32ecad1f9ffec15f0e54fb207f4

Powered by Google App Engine
This is Rietveld 408576698