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);
82 bool SK_API AsWinding(const SkPath& path, SkPath* result);
94 void add(const SkPath& path, SkPathOp _operator);
102 bool resolve(SkPath* result);
105 SkTArray<SkPath> fPathRefs;
108 static bool FixWinding(SkPath* path);
109 static void ReversePath(SkPath* path);