Searched refs:kLarge_ArcSize (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Path_ArcSize.cpp | 11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in REG_FIDDLE() 15 if (SkPathDirection::kCCW == sweep && SkPath::kLarge_ArcSize == arcSize) { in REG_FIDDLE()
|
H A D | Path_arcTo_4.cpp | 11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in REG_FIDDLE() 15 if (SkPathDirection::kCCW == sweep && SkPath::kLarge_ArcSize == arcSize) { in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | arcto.cpp | 86 svgArc.arcTo({oval.width() / 2, ovalHeight}, angle, SkPathBuilder::kLarge_ArcSize, in DEF_SIMPLE_GM() 116 .arcTo({0, 0}, 0, SkPathBuilder::kLarge_ArcSize, SkPathDirection::kCW, {200, 200}); in DEF_SIMPLE_GM() 120 .arcTo({80, 80}, 0, SkPathBuilder::kLarge_ArcSize, SkPathDirection::kCW, {200, 100}); in DEF_SIMPLE_GM()
|
/third_party/skia/include/core/ |
H A D | SkPathBuilder.h | 134 kLarge_ArcSize, //!< larger of arc pair enumerator
|
H A D | SkPath.h | 896 kLarge_ArcSize, //!< larger of arc pair enumerator
|
/third_party/skia/modules/canvaskit/ |
H A 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()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 3952 p.arcTo(216, 108, 0, SkPath::ArcSize::kLarge_ArcSize, SkPathDirection::kCW, 216, 0); in test_arcTo() 3953 p.arcTo(270, 135, 0, SkPath::ArcSize::kLarge_ArcSize, SkPathDirection::kCCW, 216, 216); in test_arcTo()
|
Completed in 16 milliseconds