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

Unified Diff: src/gpu/GrReducedClip.h

Issue 2271493002: Skip non-AA intersect rects in GrReducedClip (Closed) Base URL: https://skia.googlesource.com/skia.git@upload2_uploadnocliptomaskoffset
Patch Set: rebase, remove dependency Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/gpu/GrReducedClip.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrReducedClip.h
diff --git a/src/gpu/GrReducedClip.h b/src/gpu/GrReducedClip.h
index a867483de80c66d3259a91ca52b8b82bac06cd63..c3f94a0dff5103ac8cb61a6bd22247f3ce790cf7 100644
--- a/src/gpu/GrReducedClip.h
+++ b/src/gpu/GrReducedClip.h
@@ -61,6 +61,9 @@ public:
InitialState initialState() const { return fInitialState; }
private:
+ void walkStack(const SkClipStack&, const SkRect& queryBounds);
+ bool intersectIBounds(const SkIRect&);
+
SkIRect fIBounds;
bool fHasIBounds;
ElementList fElements;
« no previous file with comments | « no previous file | src/gpu/GrReducedClip.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698