| caryclark@google.com | cd4421d | 2012-03-01 19:16:31 +0000 | [diff] [blame] | 1 | |
| 2 | |||||
| 3 | #include "SkPath.h" | ||||
| 4 | |||||
| 5 | extern void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray); | ||||
| 6 | extern void comparePaths(const SkPath& one, const SkPath& two); | ||||
| 7 | extern void comparePathsTiny(const SkPath& one, const SkPath& two); | ||||
| 8 | extern void simplify(const SkPath& path, bool asFill, SkPath& simple); | ||||
| 9 | |||||