2012-03-27 13:23:51 +00:00
|
|
|
#include "SkPath.h"
|
|
|
|
|
|
|
|
void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
|
|
|
|
void simplify(const SkPath& path, bool asFill, SkPath& simple);
|
2012-05-22 17:01:14 +00:00
|
|
|
void simplifyx(const SkPath& path, bool asFill, SkPath& simple);
|
2012-03-27 13:23:51 +00:00
|
|
|
|
2012-04-17 11:40:34 +00:00
|
|
|
extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete
|