ShapeOps.h revision 65f9f0a1664a9cb38157ccfbcc3e0e936af0a58e
1#include "SkPath.h"
2
3void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
4void simplify(const SkPath& path, bool asFill, SkPath& simple);
5void simplifyx(const SkPath& path, SkPath& simple);
6
7extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete