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

Issue 669993003: use SkMaskCache inside SkBlurMaskFilter (Closed)

Created:
6 years, 2 months ago by reed1
Modified:
6 years, 2 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -62 lines) Patch
M src/core/SkMaskCache.h View 1 1 chunk +10 lines, -8 lines 0 comments Download
M src/core/SkMaskCache.cpp View 1 7 chunks +23 lines, -21 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 chunks +87 lines, -27 lines 0 comments Download
M tests/MaskCacheTest.cpp View 1 4 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
reed1
1. added quality param to rects[] case 2. reorder params for more consistency (keep common ...
6 years, 2 months ago (2014-10-23 17:00:55 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669993003/20001
6 years, 2 months ago (2014-10-23 17:05:51 UTC) #4
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 2 months ago (2014-10-23 17:05:52 UTC) #5
reed1
6 years, 2 months ago (2014-10-23 17:07:55 UTC) #8
mtklein
lgtm https://codereview.chromium.org/669993003/diff/20001/src/effects/SkBlurMaskFilter.cpp File src/effects/SkBlurMaskFilter.cpp (right): https://codereview.chromium.org/669993003/diff/20001/src/effects/SkBlurMaskFilter.cpp#newcode266 src/effects/SkBlurMaskFilter.cpp:266: SkASSERT(computed_size <= size); Might just SkASSERT(mask->computeTotalImageSize() <= size);
6 years, 2 months ago (2014-10-23 18:18:10 UTC) #9
reed1
https://codereview.chromium.org/669993003/diff/20001/src/effects/SkBlurMaskFilter.cpp File src/effects/SkBlurMaskFilter.cpp (right): https://codereview.chromium.org/669993003/diff/20001/src/effects/SkBlurMaskFilter.cpp#newcode266 src/effects/SkBlurMaskFilter.cpp:266: SkASSERT(computed_size <= size); On 2014/10/23 18:18:10, mtklein wrote: > ...
6 years, 2 months ago (2014-10-23 19:22:51 UTC) #10
reed1
qiankun, I propose landing this, so we can address the perf bug in chrome. We ...
6 years, 2 months ago (2014-10-23 19:24:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/669993003/40001
6 years, 2 months ago (2014-10-23 19:34:23 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 19:42:51 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 4dca7a829635b552be369186ff508a94aba6a903

Powered by Google App Engine
This is Rietveld 408576698