Home
last modified time | relevance | path

Searched refs:kLarge_ArcSize (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_ArcSize.cpp11 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 DPath_arcTo_4.cpp11 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 Darcto.cpp86 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 DSkPathBuilder.h134 kLarge_ArcSize, //!< larger of arc pair enumerator
H A DSkPath.h896 kLarge_ArcSize, //!< larger of arc pair enumerator
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp238 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 DPathTest.cpp3952 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