Searched refs:AddPathMode (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/fuzz/ |
| D | FuzzCommon.cpp | 170 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath() 178 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
|
| /third_party/skia/include/core/ |
| D | SkPath.h | 1246 enum AddPathMode { enum 1264 AddPathMode mode = kAppend_AddPathMode); 1276 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { 1295 AddPathMode mode = kAppend_AddPathMode);
|
| /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/src/core/ |
| D | SkPath.cpp | 1367 SkPath& SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) { in addPath() 1374 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath()
|
| /third_party/skia/tests/ |
| D | PathTest.cpp | 4026 static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode mode) { in test_addEmptyPath()
|