Searched refs:kAppend_AddPathMode (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/gm/ |
D | patharcto.cpp | 103 path.addPath(path1, SkPath::kAppend_AddPathMode); 110 path.addPath(path1, perspective, SkPath::kAppend_AddPathMode);
|
/third_party/skia/docs/examples/ |
D | Path_AddPathMode.cpp | 17 for (auto addPathMode : { SkPath::kAppend_AddPathMode, SkPath::kExtend_AddPathMode } ) { in draw()
|
/third_party/skia/include/core/ |
D | SkPath.h | 1247 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/ |
D | SkPathWriter.cpp | 371 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2416 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/ |
D | canvaskit_bindings.cpp | 228 SkPath::kAppend_AddPathMode); in ApplyAddPath()
|
/third_party/skia/src/core/ |
D | SkPath.cpp | 1386 if (kAppend_AddPathMode == mode && !matrix.hasPerspective()) { in addPath()
|
/third_party/skia/tests/ |
D | PathTest.cpp | 3990 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode() 4973 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()
|