Home
last modified time | relevance | path

Searched refs:kAppend_AddPathMode (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/gm/
Dpatharcto.cpp103 path.addPath(path1, SkPath::kAppend_AddPathMode);
110 path.addPath(path1, perspective, SkPath::kAppend_AddPathMode);
/third_party/skia/docs/examples/
DPath_AddPathMode.cpp17 for (auto addPathMode : { SkPath::kAppend_AddPathMode, SkPath::kExtend_AddPathMode } ) { in draw()
/third_party/skia/include/core/
DSkPath.h1247 kAppend_AddPathMode, //!< appended to destination unaltered enumerator
1264 AddPathMode mode = kAppend_AddPathMode);
1276 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1295 AddPathMode mode = kAppend_AddPathMode);
/third_party/skia/src/pathops/
DSkPathWriter.cpp371 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2416 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode);
2420 SkPath& addPath(const SkPath& src, SkScalar dx, SkScalar dy, AddPathMode mode = kAppend_AddPathMode
2424 SkPath& addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
2542 enum AddPathMode { kAppend_AddPathMode, kExtend_AddPathMode, };
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp228 SkPath::kAppend_AddPathMode); in ApplyAddPath()
/third_party/skia/src/core/
DSkPath.cpp1386 if (kAppend_AddPathMode == mode && !matrix.hasPerspective()) { in addPath()
/third_party/skia/tests/
DPathTest.cpp3990 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
4973 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()