blob: 728d89e7754864cb18ec9d52bacbd7feb5e55481 [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.com47580692012-07-23 12:14:49 +00007// FIXME: remove this section once debugging is complete
8extern const bool gRunTestsInOneThread;
9#ifdef SK_DEBUG
10extern int gDebugMaxWindSum;
11extern int gDebugMaxWindValue;
12#endif