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

Issue 6279052: Fixed flattening of SkStippleMaskFilter (Closed)

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

Description

Added SkStippleMaskFilter to effects directory Made use of flattening registration macros

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressed code review issues #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -70 lines) Patch
M gm/samplerstress.cpp View 1 chunk +1 line, -70 lines 0 comments Download
M gyp/effects.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
A include/effects/SkStippleMaskFilter.h View 1 1 chunk +41 lines, -0 lines 2 comments Download
A src/effects/SkStippleMaskFilter.cpp View 1 1 chunk +48 lines, -0 lines 0 comments Download
M src/ports/SkGlobalInitialization_default.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7
robertphillips
12 years, 3 months ago (2012-06-04 20:21:50 UTC) #1
reed1
http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h File include/effects/SkStippleMaskFilter.h (right): http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h#newcode17 include/effects/SkStippleMaskFilter.h:17: public: Is this needed? Same question for destructor? http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h#newcode34 ...
12 years, 3 months ago (2012-06-04 20:27:44 UTC) #2
reed1
On 2012/06/04 20:27:44, reed1 wrote: > http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h > File include/effects/SkStippleMaskFilter.h (right): > > http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h#newcode17 > ...
12 years, 3 months ago (2012-06-04 20:28:35 UTC) #3
robertphillips
http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h File include/effects/SkStippleMaskFilter.h (right): http://codereview.appspot.com/6279052/diff/1/include/effects/SkStippleMaskFilter.h#newcode17 include/effects/SkStippleMaskFilter.h:17: public: Because we need the "buffer"-style ctor, C++ gets ...
12 years, 3 months ago (2012-06-04 20:56:31 UTC) #4
reed1
lgtm w/ comment about funny http://codereview.appspot.com/6279052/diff/7001/include/effects/SkStippleMaskFilter.h File include/effects/SkStippleMaskFilter.h (right): http://codereview.appspot.com/6279052/diff/7001/include/effects/SkStippleMaskFilter.h#newcode17 include/effects/SkStippleMaskFilter.h:17: public: Its funny (to ...
12 years, 3 months ago (2012-06-04 21:19:32 UTC) #5
robertphillips
http://codereview.appspot.com/6279052/diff/7001/include/effects/SkStippleMaskFilter.h File include/effects/SkStippleMaskFilter.h (right): http://codereview.appspot.com/6279052/diff/7001/include/effects/SkStippleMaskFilter.h#newcode17 include/effects/SkStippleMaskFilter.h:17: public: Not needed but it seems that we do ...
12 years, 3 months ago (2012-06-04 21:25:06 UTC) #6
robertphillips
12 years, 3 months ago (2012-06-05 12:55:31 UTC) #7
committed as r4154
Sign in to reply to this message.

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