| caryclark@google.com | cd4421d | 2012-03-01 19:16:31 +0000 | [diff] [blame] | 1 | |
| 2 | |
| 3 | #include "SkPath.h" |
| 4 | |
| 5 | extern void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray); |
| caryclark@google.com | 2e7f4c8 | 2012-03-20 21:11:59 +0000 | [diff] [blame^] | 6 | extern bool comparePaths(const SkPath& one, const SkPath& two); |
| caryclark@google.com | cd4421d | 2012-03-01 19:16:31 +0000 | [diff] [blame] | 7 | extern void comparePathsTiny(const SkPath& one, const SkPath& two); |
| caryclark@google.com | 2e7f4c8 | 2012-03-20 21:11:59 +0000 | [diff] [blame^] | 8 | extern void drawAsciiPaths(const SkPath& one, const SkPath& two, |
| 9 | bool drawPaths); |
| caryclark@google.com | cd4421d | 2012-03-01 19:16:31 +0000 | [diff] [blame] | 10 | extern void simplify(const SkPath& path, bool asFill, SkPath& simple); |
| caryclark@google.com | 2e7f4c8 | 2012-03-20 21:11:59 +0000 | [diff] [blame^] | 11 | extern void showPath(const SkPath& path, const char* str = NULL); |
| 12 | extern bool testSimplify(const SkPath& path, bool fill, SkPath& out); |