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

Issue 6816104: Combine multiple intersecting rects in SkClipStack::Iter. (Closed)

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

Description

Combine multiple intersecting rects in SkClipStack::Iter. R=robertphillips@google.com Committed: https://code.google.com/p/skia/source/detail?r=6339

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -14 lines) Patch
M include/core/SkClipStack.h View 1 3 chunks +10 lines, -2 lines 2 comments Download
M src/core/SkClipStack.cpp View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 6 chunks +6 lines, -12 lines 3 comments Download
M tests/ClipStackTest.cpp View 1 2 2 chunks +168 lines, -0 lines 0 comments Download

Messages

Total messages: 3
bsalomon
https://codereview.appspot.com/6816104/diff/3001/src/gpu/GrClipMaskManager.cpp File src/gpu/GrClipMaskManager.cpp (left): https://codereview.appspot.com/6816104/diff/3001/src/gpu/GrClipMaskManager.cpp#oldcode122 src/gpu/GrClipMaskManager.cpp:122: if (SkRegion::kReplace_Op == clip->fOp) { Am I correct that ...
11 years, 8 months ago (2012-11-07 20:10:42 UTC) #1
robertphillips
LGTM + 1 question https://codereview.appspot.com/6816104/diff/3001/include/core/SkClipStack.h File include/core/SkClipStack.h (right): https://codereview.appspot.com/6816104/diff/3001/include/core/SkClipStack.h#newcode184 include/core/SkClipStack.h:184: SkDeque::Iter fIter; shouldn't the comment ...
11 years, 8 months ago (2012-11-07 21:15:51 UTC) #2
bsalomon
11 years, 8 months ago (2012-11-07 21:21:07 UTC) #3
https://codereview.appspot.com/6816104/diff/3001/include/core/SkClipStack.h
File include/core/SkClipStack.h (right):

https://codereview.appspot.com/6816104/diff/3001/include/core/SkClipStack.h#n...
include/core/SkClipStack.h:184: SkDeque::Iter      fIter;
On 2012/11/07 21:15:52, robertphillips wrote:
> shouldn't the comment be for nextCombined?

oops, yes.

https://codereview.appspot.com/6816104/diff/3001/src/gpu/GrClipMaskManager.cpp
File src/gpu/GrClipMaskManager.cpp (left):

https://codereview.appspot.com/6816104/diff/3001/src/gpu/GrClipMaskManager.cp...
src/gpu/GrClipMaskManager.cpp:122: if (SkRegion::kReplace_Op == clip->fOp) {
On 2012/11/07 21:15:52, robertphillips wrote:
> Sure.
> 

That sounds like a solid vote of confidence to me!
Sign in to reply to this message.

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