blob: 389275d9e2ca7e7ff34b50ea9005b19ce4e3e0fe [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);
5
caryclark@google.com78e17132012-04-17 11:40:34 +00006extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete