diff options
Diffstat (limited to 'experimental/Intersection/EdgeWalker_Test.h')
-rw-r--r-- | experimental/Intersection/EdgeWalker_Test.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/experimental/Intersection/EdgeWalker_Test.h b/experimental/Intersection/EdgeWalker_Test.h index ac9743699a..1f644a7480 100644 --- a/experimental/Intersection/EdgeWalker_Test.h +++ b/experimental/Intersection/EdgeWalker_Test.h @@ -2,9 +2,13 @@ #include "ShapeOps.h" -extern bool comparePaths(const SkPath& one, const SkPath& two); +class SkBitmap; +class SkCanvas; + +//extern int comparePaths(const SkPath& one, const SkPath& two); extern void comparePathsTiny(const SkPath& one, const SkPath& two); extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths); extern void showPath(const SkPath& path, const char* str = NULL); -extern bool testSimplify(const SkPath& path, bool fill, SkPath& out); +extern bool testSimplify(const SkPath& path, bool fill, SkPath& out, + SkBitmap& bitmap, SkCanvas* canvas = 0); |