Index: src/pathops/SkPathOps.h |
=================================================================== |
--- src/pathops/SkPathOps.h (revision 0) |
+++ src/pathops/SkPathOps.h (revision 0) |
@@ -0,0 +1,13 @@ |
+/* |
+ * Copyright 2012 Google Inc. |
+ * |
+ * Use of this source code is governed by a BSD-style license that can be |
+ * found in the LICENSE file. |
+ */ |
+#ifndef SkPathOps_DEFINED |
+#define SkPathOps_DEFINED |
+ |
+void Simplify(const SkPath& path, SkPath* result); |
+void Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result); |
+ |
+#endif |