aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-02-10 08:16:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-10 08:16:55 -0800
commite85a32d4f8ce7fb9b6aaae89137dbf3766d833f2 (patch)
tree3b6a65e0ef71425284e4cf4f1f40faf58255ec55 /include/core
parentac928f27ab632784d6b9572901201caa2908caa5 (diff)
Clean up clipping code a bit
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkClipStack.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/core/SkClipStack.h b/include/core/SkClipStack.h
index 3f79f92a5b..b74e47697f 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.