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 | |||||
6 | extern const bool gShowDebugf; // FIXME: remove once debugging is complete |