Home
last modified time | relevance | path

Searched refs:reverseAddPath (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/skia/docs/examples/
H A DPath_reverseAddPath.cpp19 test.reverseAddPath(path2); in draw()
/aosp_15_r20/external/skia/fuzz/
H A DFuzzCommon.cpp191 path->reverseAddPath(p); in FuzzNicePath()
197 path->reverseAddPath(*path); in FuzzNicePath()
/aosp_15_r20/external/skia/gm/
H A Dpathreverse.cpp67 rev.reverseAddPath(path); in test_rev()
H A Dconvexpolyeffect.cpp60 fPaths.back().reverseAddPath(tri); in onOnceBeforeDraw()
/aosp_15_r20/external/skia/modules/pathkit/
H A Dexterns.js110 PathKit.SkPath.prototype.reverseAddPath = function() {}; method in PathKit.SkPath
H A Dchaining.js48 PathKit.SkPath.prototype.reverseAddPath = function() { method in PathKit.SkPath
H A Dpathkit_wasm_bindings.cpp355 orig.reverseAddPath(newPath); in ApplyReverseAddPath()
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathWriter.cpp266 reverse.reverseAddPath(part); in assemble()
/aosp_15_r20/external/skia/include/core/
H A DSkPath.h1342 SkPath& reverseAddPath(const SkPath& src);
/aosp_15_r20/external/skia/tests/
H A DPathOpsAsWindingTest.cpp56 temp.reverseAddPath(path); in build_squircle()
H A DPathTest.cpp3667 path.reverseAddPath(rect); in test_circle_with_add_paths()
4154 p.reverseAddPath(q); in test_addPath()
/aosp_15_r20/external/skia/modules/skottie/src/text/
H A DTextAdapter.cpp215 reversed.reverseAddPath(path); in updateContourData()
/aosp_15_r20/external/skia/bench/
H A DPathBench.cpp633 result.reverseAddPath(fPaths1[idx]); in onDraw()
/aosp_15_r20/external/skia/src/core/
H A DSkStroke.cpp1531 dst->reverseAddPath(src); in strokePath()
H A DSkPath.cpp1580 SkPath& SkPath::reverseAddPath(const SkPath& srcPath) { in reverseAddPath() function in SkPath