Searched refs:kLarge_ArcSize (Results 1 – 12 of 12) sorted by relevance
/external/skia/docs/examples/ |
D | Path_ArcSize.cpp | 11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in draw() 15 if (SkPathDirection::kCCW == sweep && SkPath::kLarge_ArcSize == arcSize) { in draw()
|
D | Path_arcTo_4.cpp | 11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in draw() 15 if (SkPathDirection::kCCW == sweep && SkPath::kLarge_ArcSize == arcSize) { in draw()
|
/external/skia/gm/ |
D | arcto.cpp | 86 svgArc.arcTo({oval.width() / 2, ovalHeight}, angle, SkPathBuilder::kLarge_ArcSize, 116 .arcTo({0, 0}, 0, SkPathBuilder::kLarge_ArcSize, SkPathDirection::kCW, {200, 200}); 120 .arcTo({80, 80}, 0, SkPathBuilder::kLarge_ArcSize, SkPathDirection::kCW, {200, 100});
|
/external/skqp/gm/ |
D | arcto.cpp | 67 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize, 97 path.arcTo(0, 0, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 200); 102 path.arcTo(80, 80, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 100);
|
/external/skia/include/core/ |
D | SkPathBuilder.h | 134 kLarge_ArcSize, //!< larger of arc pair enumerator
|
D | SkPath.h | 896 kLarge_ArcSize, //!< larger of arc pair enumerator
|
/external/skqp/include/core/ |
D | SkPath.h | 877 kLarge_ArcSize, //!< larger of arc pair enumerator
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 2656 kLarge_ArcSize, 2668 #Const kLarge_ArcSize 1 2684 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { 2688 if (SkPath::kCCW_Direction == sweep && SkPath::kLarge_ArcSize == arcSize) { 2717 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { 2721 if (SkPath::kCCW_Direction == sweep && SkPath::kLarge_ArcSize == arcSize) {
|
/external/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 238 auto arcSize = useSmallArc ? SkPath::ArcSize::kSmall_ArcSize : SkPath::ArcSize::kLarge_ArcSize; in ApplyArcToArcSize() 245 auto arcSize = useSmallArc ? SkPath::ArcSize::kSmall_ArcSize : SkPath::ArcSize::kLarge_ArcSize; in ApplyRArcToArcSize()
|
/external/skia/tests/ |
D | PathTest.cpp | 3920 p.arcTo(216, 108, 0, SkPath::ArcSize::kLarge_ArcSize, SkPathDirection::kCW, 216, 0); in test_arcTo() 3921 p.arcTo(270, 135, 0, SkPath::ArcSize::kLarge_ArcSize, SkPathDirection::kCCW, 216, 216); in test_arcTo()
|
/external/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2554 enum ArcSize { kSmall_ArcSize, kLarge_ArcSize, };
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 100 <a href='#SkPath_kLarge_ArcSize'>kLarge_ArcSize</a>, 3016 <a href='#SkPath_kLarge_ArcSize'>kLarge_ArcSize</a>, 3038 …ddddd; padding: 8px; '><a name='SkPath_kLarge_ArcSize'><code>SkPath::kLarge_ArcSize</code></a></td>
|