Home
last modified time | relevance | path

Searched refs:kExtend_AddPathMode (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/gm/
Dpatharcto.cpp117 path.addPath(path1, SkPath::kExtend_AddPathMode);
124 path.addPath(path1, perspective, SkPath::kExtend_AddPathMode);
/third_party/skia/docs/examples/
DPath_addPath_2.cpp12 dest.addPath(path, SkPath::kExtend_AddPathMode); in draw()
DPath_AddPathMode.cpp17 for (auto addPathMode : { SkPath::kAppend_AddPathMode, SkPath::kExtend_AddPathMode } ) { in draw()
/third_party/skia/src/pathops/
DSkPathWriter.cpp257 partial.addPath(part, SkPath::kExtend_AddPathMode); in assemble()
261 reverse.addPath(partial, SkPath::kExtend_AddPathMode); in assemble()
371 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp317 path.addPath(temp, SkPath::kExtend_AddPathMode); in ApplyAddArc()
331 path.addPath(temp, m, SkPath::kExtend_AddPathMode); in ApplyEllipse()
/third_party/skia/include/core/
DSkPath.h1248 kExtend_AddPathMode, //!< add line if prior contour is not closed enumerator
/third_party/skia/tests/
DPathTest.cpp3990 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
4008 p.addPath(q, SkPath::kExtend_AddPathMode); in test_extendClosedPath()
4972 test_addEmptyPath(reporter, SkPath::kExtend_AddPathMode); in DEF_TEST()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp227 orig.addPath(newPath, m, extendPath ? SkPath::kExtend_AddPathMode : in ApplyAddPath()
/third_party/skia/src/core/
DSkPath.cpp1409 if (firstVerb && mode == kExtend_AddPathMode && !isEmpty()) { in addPath()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2542 enum AddPathMode { kAppend_AddPathMode, kExtend_AddPathMode, };