Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1404)

Issue 6815087: add entry-point to SkMaskFilter to fast-path rectangles. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by reed1
Modified:
11 years, 10 months ago
Reviewers:
bsalomon, caryclark1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

add entry-point to SkMaskFilter to fast-path rectangles. have blurmaskfilter override this new method. #define SK_IGNORE_FAST_BLURRECT if you want to disable this (not sure if we'll need this) Committed: https://code.google.com/p/skia/source/detail?r=6363

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Total comments: 8

Patch Set 11 : #

Total comments: 4

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -1 line) Patch
M include/core/SkMaskFilter.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +26 lines, -0 lines 0 comments Download
M src/core/SkMaskFilter.cpp View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +197 lines, -0 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +97 lines, -1 line 0 comments Download

Messages

Total messages: 8
reed1
11 years, 10 months ago (2012-11-08 20:30:01 UTC) #1
caryclark1
lgtm https://codereview.appspot.com/6815087/diff/7006/src/core/SkMaskFilter.cpp File src/core/SkMaskFilter.cpp (right): https://codereview.appspot.com/6815087/diff/7006/src/core/SkMaskFilter.cpp#newcode63 src/core/SkMaskFilter.cpp:63: int cy = mask.fBounds.top() + mask.fBounds.bottom() >> 1; ...
11 years, 10 months ago (2012-11-08 21:13:31 UTC) #2
bsalomon
https://codereview.appspot.com/6815087/diff/7006/src/core/SkMaskFilter.cpp File src/core/SkMaskFilter.cpp (right): https://codereview.appspot.com/6815087/diff/7006/src/core/SkMaskFilter.cpp#newcode63 src/core/SkMaskFilter.cpp:63: int cy = mask.fBounds.top() + mask.fBounds.bottom() >> 1; On ...
11 years, 10 months ago (2012-11-08 21:18:21 UTC) #3
reed1
https://codereview.appspot.com/6815087/diff/7006/src/core/SkMaskFilter.cpp File src/core/SkMaskFilter.cpp (right): https://codereview.appspot.com/6815087/diff/7006/src/core/SkMaskFilter.cpp#newcode63 src/core/SkMaskFilter.cpp:63: int cy = mask.fBounds.top() + mask.fBounds.bottom() >> 1; On ...
11 years, 10 months ago (2012-11-09 13:33:43 UTC) #4
bsalomon
LGTM. (Some minor Q/comments) https://codereview.appspot.com/6815087/diff/5008/include/core/SkMaskFilter.h File include/core/SkMaskFilter.h (right): https://codereview.appspot.com/6815087/diff/5008/include/core/SkMaskFilter.h#newcode121 include/core/SkMaskFilter.h:121: * My convention, the caller ...
11 years, 10 months ago (2012-11-09 13:46:39 UTC) #5
reed1
https://codereview.appspot.com/6815087/diff/5008/include/core/SkMaskFilter.h File include/core/SkMaskFilter.h (right): https://codereview.appspot.com/6815087/diff/5008/include/core/SkMaskFilter.h#newcode121 include/core/SkMaskFilter.h:121: * My convention, the caller will take the center ...
11 years, 10 months ago (2012-11-09 14:24:40 UTC) #6
caryclark1
lgtm
11 years, 10 months ago (2012-11-09 14:26:53 UTC) #7
bsalomon
11 years, 10 months ago (2012-11-09 14:29:16 UTC) #8
On 2012/11/09 14:26:53, caryclark1 wrote:
> lgtm

LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b