Searched refs:kAppend_AddPathMode (Results 1 – 12 of 12) sorted by relevance
/external/skia/include/core/ |
D | SkPath.h | 1177 kAppend_AddPathMode, enumerator 1197 AddPathMode mode = kAppend_AddPathMode); 1208 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { 1225 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
|
/external/skqp/include/core/ |
D | SkPath.h | 1219 kAppend_AddPathMode, enumerator 1239 AddPathMode mode = kAppend_AddPathMode); 1250 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) { 1267 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
|
/external/skia/src/pathops/ |
D | SkPathWriter.cpp | 306 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
|
/external/skqp/src/pathops/ |
D | SkPathWriter.cpp | 306 first ? SkPath::kAppend_AddPathMode : SkPath::kExtend_AddPathMode); in assemble()
|
/external/skqp/samplecode/ |
D | SamplePathFuzz.cpp | 188 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode, in makeAddPathMode()
|
/external/skia/samplecode/ |
D | SamplePathFuzz.cpp | 188 return (SkPath::AddPathMode) fRand.nextRangeU(SkPath::kAppend_AddPathMode, in makeAddPathMode()
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 4509 kAppend_AddPathMode, 4517 #Const kAppend_AddPathMode 4531 The left column uses kAppend_AddPathMode; the right uses kExtend_AddPathMode. 4545 for (auto addPathMode : { SkPath::kAppend_AddPathMode, SkPath::kExtend_AddPathMode } ) { 4563 AddPathMode mode = kAppend_AddPathMode) 4568 If mode is kAppend_AddPathMode, src Verb_Array, Point_Array, and Conic_Weights are 4575 #Param mode kAppend_AddPathMode or kExtend_AddPathMode ## 4599 #Method void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) 4603 If mode is kAppend_AddPathMode, src Verb_Array, Point_Array, and Conic_Weights are 4608 #Param mode kAppend_AddPathMode or kExtend_AddPathMode ## [all …]
|
/external/skia/docs/ |
D | SkPath_Reference.bmh | 4479 kAppend_AddPathMode, 4487 #Const kAppend_AddPathMode 4501 The left column uses kAppend_AddPathMode; the right uses kExtend_AddPathMode. 4515 for (auto addPathMode : { SkPath::kAppend_AddPathMode, SkPath::kExtend_AddPathMode } ) { 4533 AddPathMode mode = kAppend_AddPathMode) 4539 If mode is kAppend_AddPathMode, src Verb_Array, Point_Array, and Conic_Weights are 4546 #Param mode kAppend_AddPathMode or kExtend_AddPathMode ## 4570 #Method void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) 4574 If mode is kAppend_AddPathMode, src Verb_Array, Point_Array, and Conic_Weights are 4579 #Param mode kAppend_AddPathMode or kExtend_AddPathMode ## [all …]
|
/external/skia/tests/ |
D | PathTest.cpp | 3847 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode() 4654 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()
|
/external/skqp/tests/ |
D | PathTest.cpp | 3941 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode() 4748 test_addEmptyPath(reporter, SkPath::kAppend_AddPathMode); in DEF_TEST()
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 3796 …<td><a name="SkPath_kAppend_AddPathMode"> <code><strong>SkPath::kAppend_AddPathMode </strong></cod… 3821 void addPath(const SkPath& src, SkScalar dx, SkScalar dy, AddPathMode mode = kAppend_AddPathMode) 3856 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) 3887 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode)
|
/external/skia/site/user/api/ |
D | SkPath_Reference.md | 3864 …<td><a name="SkPath_kAppend_AddPathMode"> <code><strong>SkPath::kAppend_AddPathMode </strong></cod… 3889 void addPath(const SkPath& src, SkScalar dx, SkScalar dy, AddPathMode mode = kAppend_AddPathMode) 3924 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) 3955 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode)
|