Searched refs:reversePathTo (Results 1 – 5 of 5) sorted by relevance
1129 void reversePathTo(const SkPath&);
300 fOuter.reversePathTo(fInner); in finishContour()307 fOuter.reversePathTo(fInner); in finishContour()
1543 void SkPath::reversePathTo(const SkPath& path) { in reversePathTo() function in SkPath
551 result.reversePathTo(fPaths1[idx]); in onDraw()
3847 p.reversePathTo(q); in TestPathTo()3850 p.reversePathTo(q); in TestPathTo()3857 p.reversePathTo(q); in TestPathTo()