aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkCullPoints.h
diff options
context:
space:
mode:
authorGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-11 01:51:33 +0000
committerGravatar mike@reedtribe.org <mike@reedtribe.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-11 01:51:33 +0000
commitbad1b2ff1d34ff86693b776f89d7b46995746127 (patch)
treec101051386499f04dfe422ab635d20533eff8d7b /include/utils/SkCullPoints.h
parent927ee823fc8789140184ffcf342d434e159413a1 (diff)
add SkPath::contains(x, y)
git-svn-id: http://skia.googlecode.com/svn/trunk@4526 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils/SkCullPoints.h')
-rw-r--r--include/utils/SkCullPoints.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/utils/SkCullPoints.h b/include/utils/SkCullPoints.h
index f08120dd36..5458b29781 100644
--- a/include/utils/SkCullPoints.h
+++ b/include/utils/SkCullPoints.h
@@ -67,6 +67,5 @@ private:
bool SkHitTestPath(const SkPath&, SkRect& target, bool hires);
bool SkHitTestPath(const SkPath&, SkScalar x, SkScalar y, bool hires);
-bool SkHitTestPathEx(const SkPath&, SkScalar x, SkScalar y);
#endif