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); | ||||
5 | |||||
caryclark@google.com | 78e1713 | 2012-04-17 11:40:34 +0000 | [diff] [blame] | 6 | extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete |