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

Unified Diff: include/core/SkClipStack.h

Issue 913693002: Clean up clipping code a bit (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix assert Created 5 years, 10 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
Index: include/core/SkClipStack.h
diff --git a/include/core/SkClipStack.h b/include/core/SkClipStack.h
index 3f79f92a5b08f295168c8f301f889dfa76f74407..b74e47697f91ac43007c205065475cff0e7db519 100644
--- a/include/core/SkClipStack.h
+++ b/include/core/SkClipStack.h
@@ -310,13 +310,6 @@ public:
bool* isIntersectionOfRects = NULL) const;
/**
- * Takes an input rect in device space and conservatively clips it to the
- * clip-stack. If false is returned then the rect does not intersect the
- * clip and is unmodified.
- */
- bool intersectRectWithClip(SkRect* devRect) const;
-
- /**
* Returns true if the input rect in device space is entirely contained
* by the clip. A return value of false does not guarantee that the rect
* is not contained by the clip.
« no previous file with comments | « gm/clipdrawdraw.cpp ('k') | include/gpu/GrTypesPriv.h » ('j') | src/core/SkClipStack.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698