aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/EdgeWalker_Test.h
blob: 391100407ea46cdb45c7a7584481cf7f0fa52cea (plain)
1
2
3
4
5
6
7
8
9


#include "SkPath.h"

extern void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
extern void comparePaths(const SkPath& one, const SkPath& two);
extern void comparePathsTiny(const SkPath& one, const SkPath& two);
extern void simplify(const SkPath& path, bool asFill, SkPath& simple);