blob: 95b1b2cb53283325b06eace9f8592bcdb7afa219 [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.com78e17132012-04-17 11:40:34 +00007extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete