Searched refs:applyToPath (Results 1 – 7 of 7) sorted by relevance
91 bool applyToPath(SkPath* dst, const SkPath& src) const;
109 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const { in applyToPath() function in SkStrokeRec
652 if (rec.applyToPath(&strokePath, localPath)) { in internalGetPath()
2061 if (!rec.applyToPath(dst, *srcPtr)) { in getFillPath()
1339 if (!strokeRec->applyToPath(tmpPath.get(), *pathPtr)) { in internalDrawPath()
835 if (stroke.applyToPath(strokedPath, *pathPtr)) { in internalDrawPath()
133 stroke.applyToPath(&path, path); in test_path_crbugskia2820()1215 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()