blob: b847336baf01e0b8e235595579f4dde826fabfbd [file] [log] [blame]
caryclark@google.comd88e0892012-03-27 13:23:51 +00001#include "SkPath.h"
2
3void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
4void simplify(const SkPath& path, bool asFill, SkPath& simple);
caryclark@google.com1577e8f2012-05-22 17:01:14 +00005void simplifyx(const SkPath& path, bool asFill, SkPath& simple);
caryclark@google.comd88e0892012-03-27 13:23:51 +00006
caryclark@google.com78e17132012-04-17 11:40:34 +00007extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete