diff options
Diffstat (limited to 'experimental/Intersection/EdgeWalker_Test.h')
-rw-r--r-- | experimental/Intersection/EdgeWalker_Test.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/experimental/Intersection/EdgeWalker_Test.h b/experimental/Intersection/EdgeWalker_Test.h index 391100407e..c449d1a4d8 100644 --- a/experimental/Intersection/EdgeWalker_Test.h +++ b/experimental/Intersection/EdgeWalker_Test.h @@ -3,7 +3,10 @@ #include "SkPath.h" extern void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray); -extern void comparePaths(const SkPath& one, const SkPath& two); +extern bool comparePaths(const SkPath& one, const SkPath& two); extern void comparePathsTiny(const SkPath& one, const SkPath& two); +extern void drawAsciiPaths(const SkPath& one, const SkPath& two, + bool drawPaths); extern void simplify(const SkPath& path, bool asFill, SkPath& simple); - +extern void showPath(const SkPath& path, const char* str = NULL); +extern bool testSimplify(const SkPath& path, bool fill, SkPath& out); |