skia2/experimental/Intersection/ShapeOps.h
caryclark@google.com 1577e8f9c5 shape ops work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@4029 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-05-22 17:01:14 +00:00

7 lines
306 B
C

#include "SkPath.h"
void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
void simplify(const SkPath& path, bool asFill, SkPath& simple);
void simplifyx(const SkPath& path, bool asFill, SkPath& simple);
extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete