Home
last modified time | relevance | path

Searched refs:AddPathMode (Results 1 – 12 of 12) sorted by relevance

/external/skqp/fuzz/
DFuzzCommon.cpp170 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
178 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
/external/skia/fuzz/
DFuzzCommon.cpp170 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
178 SkPath::AddPathMode mode = static_cast<SkPath::AddPathMode>(ui); in FuzzNicePath()
/external/skqp/samplecode/
DSamplePathFuzz.cpp186 SkPath::AddPathMode makeAddPathMode() { in makeAddPathMode()
187 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode, in makeAddPathMode()
416 SkPath::AddPathMode mode = makeAddPathMode(); in makePath()
427 SkPath::AddPathMode mode = makeAddPathMode(); in makePath()
439 SkPath::AddPathMode mode = makeAddPathMode(); in makePath()
/external/skqp/include/core/
DSkPath.h1245 enum AddPathMode { enum
1263 AddPathMode mode = kAppend_AddPathMode);
1275 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1294 AddPathMode mode = kAppend_AddPathMode);
/external/skia/include/core/
DSkPath.h1246 enum AddPathMode { enum
1264 AddPathMode mode = kAppend_AddPathMode);
1276 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
1295 AddPathMode mode = kAppend_AddPathMode);
/external/skqp/docs/
DSkPath_Reference.bmh3636 #Enum AddPathMode
3640 enum AddPathMode {
3646 AddPathMode chooses how addPath appends. Adding one Path to another can extend
3697 AddPathMode mode = kAppend_AddPathMode)
3718 #SeeAlso AddPathMode offset reverseAddPath
3724 #Method SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode)
3740 #SeeAlso AddPathMode reverseAddPath
3746 #Method SkPath& addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPa…
3764 #SeeAlso AddPathMode transform offset reverseAddPath
3800 #SeeAlso AddPathMode transform offset addPath
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2424 SkPath& addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode);
2428 SkPath& addPath(const SkPath& src, SkScalar dx, SkScalar dy, AddPathMode mode = kAppend_AddPathMode…
2432 SkPath& addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
2550 enum AddPathMode { kAppend_AddPathMode, kExtend_AddPathMode, };
/external/skqp/site/user/api/
DSkPath_Reference.md134 enum <a href='#SkPath_AddPathMode'>AddPathMode</a> {
140 …<a href='#SkPath_AddPathMode'>AddPathMode</a> mode = <a href='#SkPath_kAppend_AddPathMode'>kAppend…
141 …kPath_Reference#SkPath'>SkPath</a>& src, <a href='#SkPath_AddPathMode'>AddPathMode</a> mode = <a h…
143 …<a href='#SkPath_AddPathMode'>AddPathMode</a> mode = <a href='#SkPath_kAppend_AddPathMode'>kAppend…
4105 enum <a href='#SkPath_AddPathMode'>AddPathMode</a> {
4111 <a href='#SkPath_AddPathMode'>AddPathMode</a> chooses how <a href='#SkPath_addPath'>addPath</a> app…
4156 …'undocumented#SkScalar'>SkScalar</a> dy, <a href='#SkPath_AddPathMode'>AddPathMode</a> mode = <a h…
4191 <a href='#SkPath_AddPathMode'>AddPathMode</a> <a href='#SkPath_offset'>offset</a> <a href='#SkPath_…
4198 …kPath_Reference#SkPath'>SkPath</a>& src, <a href='#SkPath_AddPathMode'>AddPathMode</a> mode = <a h…
4227 <a href='#SkPath_AddPathMode'>AddPathMode</a> <a href='#SkPath_reverseAddPath'>reverseAddPath</a>
[all …]
/external/skia/src/core/
DSkPath.cpp1358 SkPath& SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) { in addPath()
1365 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath()
/external/skqp/src/core/
DSkPath.cpp1593 SkPath& SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) { in addPath()
1600 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath()
/external/skqp/tests/
DPathTest.cpp3986 static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode mode) { in test_addEmptyPath()
/external/skia/tests/
DPathTest.cpp3994 static void test_addEmptyPath(skiatest::Reporter* reporter, SkPath::AddPathMode mode) { in test_addEmptyPath()