From 1577e8f9c5bc8436cc71d3438c6d0b9f02c38338 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Tue, 22 May 2012 17:01:14 +0000 Subject: shape ops work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@4029 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/ShapeOps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'experimental/Intersection/ShapeOps.h') 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& 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 -- cgit v1.2.3