blob: 9cd22ec5f657117d25bea3ed0dec49c02ff34e36 [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.com65f9f0a2012-05-23 18:09:25 +00005void simplifyx(const SkPath& path, SkPath& simple);
caryclark@google.comd88e0892012-03-27 13:23:51 +00006
caryclark@google.coma3f05fa2012-06-01 17:44:28 +00007extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete