EdgeWalker_Test.h revision cd4421df5012b75c792c6c8bf2c5ee0410921c15
1
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
10