blob: d532e872dc9d87afe962317c26742a4a73cec97b [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
6extern const bool gShowDebugf; // FIXME: remove once debugging is complete