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