blob: 95b1b2cb53283325b06eace9f8592bcdb7afa219 [file] [log] [blame]
#include "SkPath.h"
void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
void simplify(const SkPath& path, bool asFill, SkPath& simple);
void simplifyx(const SkPath& path, SkPath& simple);
extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete