Home
last modified time | relevance | path

Searched refs:reversePathTo (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp33 temp.reversePathTo(*path); in ReversePath()
H A DSkPathWriter.cpp374 fPathPtr->reversePathTo(contour); in assemble()
/third_party/skia/include/core/
H A DSkPath.h1806 SkPath& reversePathTo(const SkPath&);
1892 friend class SkBench_AddPathTest; // perf test reversePathTo
1893 friend class PathTest_Private; // unit test reversePathTo
/third_party/skia/src/core/
H A DSkStroke.cpp349 fOuter.reversePathTo(fInner); in finishContour()
357 fOuter.reversePathTo(fInner); in finishContour()
H A DSkPath.cpp1449 SkPath& SkPath::reversePathTo(const SkPath& path) { in reversePathTo() function in SkPath
/third_party/skia/bench/
H A DPathBench.cpp588 // reversePathTo assumes a single contour path.
634 result.reversePathTo(fPaths1[idx]);
/third_party/skia/tests/
H A DPathTest.cpp4400 p.reversePathTo(q); in TestPathTo()
4403 p.reversePathTo(q); in TestPathTo()
4410 p.reversePathTo(q); in TestPathTo()

Completed in 23 milliseconds