aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/ShapeOps.h
blob: 9cd22ec5f657117d25bea3ed0dec49c02ff34e36 (plain)
1
2
3
4
5
6
7
#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, SkPath& simple);

extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete