Lines Matching refs:SkPath
10 #include "include/core/SkPath.h"
24 SkPath minimal;
38 SubsetPath(const SkPath& path);
40 bool subset(bool testFailed, SkPath* sub);
43 virtual SkPath getSubsetPath() const = 0;
45 const SkPath& fPath;
54 SubsetContours(const SkPath& path);
56 SkPath getSubsetPath() const override;
61 SubsetVerbs(const SkPath& path);
63 SkPath getSubsetPath() const override;