Searched refs:AddPathMode (Results 1 – 5 of 5) sorted by relevance
/external/skia/fuzz/ |
D | FuzzCommon.cpp | 171 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath() 179 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
|
/external/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);
|
/external/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2413 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode); 2417 SkPath& addPath(const SkPath& src, SkScalar dx, SkScalar dy, AddPathMode mode = kAppend_AddPathMode… 2421 SkPath& addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode); 2539 enum AddPathMode { kAppend_AddPathMode, kExtend_AddPathMode, };
|
/external/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()
|
/external/skia/tests/ |
D | PathTest.cpp | 4026 static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode mode) { in test_addEmptyPath()
|