blob: 391100407ea46cdb45c7a7584481cf7f0fa52cea [file] [log] [blame]
caryclark@google.comcd4421d2012-03-01 19:16:31 +00001
2
3#include "SkPath.h"
4
5extern void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
6extern void comparePaths(const SkPath& one, const SkPath& two);
7extern void comparePathsTiny(const SkPath& one, const SkPath& two);
8extern void simplify(const SkPath& path, bool asFill, SkPath& simple);
9