aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/ShapeOps.h
diff options
context:
space:
mode:
authorGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-22 17:01:14 +0000
committerGravatar caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-22 17:01:14 +0000
commit1577e8f9c5bc8436cc71d3438c6d0b9f02c38338 (patch)
treef53d4e92fd8cd9ccf108d4b1e8141198e5169cec /experimental/Intersection/ShapeOps.h
parentbcc8486ad421350ecd17c07c3ce76c016894abb3 (diff)
shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@4029 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/Intersection/ShapeOps.h')
-rw-r--r--experimental/Intersection/ShapeOps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/Intersection/ShapeOps.h b/experimental/Intersection/ShapeOps.h
index 389275d9e2..b847336baf 100644
--- a/experimental/Intersection/ShapeOps.h
+++ b/experimental/Intersection/ShapeOps.h
@@ -2,5 +2,6 @@
void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
void simplify(const SkPath& path, bool asFill, SkPath& simple);
+void simplifyx(const SkPath& path, bool asFill, SkPath& simple);
extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete \ No newline at end of file