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