| caryclark@google.com | d88e089 | 2012-03-27 13:23:51 +0000 | [diff] [blame] | 1 | #include "SkPath.h" |
| 2 | |
| 3 | void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray); |
| 4 | void simplify(const SkPath& path, bool asFill, SkPath& simple); |
| caryclark@google.com | 65f9f0a | 2012-05-23 18:09:25 +0000 | [diff] [blame] | 5 | void simplifyx(const SkPath& path, SkPath& simple); |
| caryclark@google.com | d88e089 | 2012-03-27 13:23:51 +0000 | [diff] [blame] | 6 | |
| caryclark@google.com | a3f05fa | 2012-06-01 17:44:28 +0000 | [diff] [blame] | 7 | extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete |