Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkPath

14 class SkPath;
18 // FIXME: move everything below into the SkPath class
46 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
60 bool SK_API Simplify(const SkPath& path, SkPath* result);
68 bool SK_API TightBounds(const SkPath& path, SkRect* result);
80 void add(const SkPath& path, SkPathOp _operator);
88 bool resolve(SkPath* result);
91 SkTArray<SkPath> fPathRefs;
94 static bool FixWinding(SkPath* path);
95 static void ReversePath(SkPath* path);