Home
last modified time | relevance | path

Searched refs:kSmall_ArcSize (Results 1 – 16 of 16) sorted by relevance

/external/skia/docs/examples/
DChromeMDRefreshTab.cpp18 path.arcTo(scaled_endcap_radius - 1, scaled_endcap_radius - 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
27 path.arcTo(scaled_endcap_radius + 1, scaled_endcap_radius + 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
49 path.arcTo(scaled_endcap_radius + 1, scaled_endcap_radius + 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
61 path.arcTo(scaled_endcap_radius - 1, scaled_endcap_radius - 1, 90, SkPath::kSmall_ArcSize, in GetBorderPath()
91 right_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
102 right_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
116 left_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
125 left_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
DChromeMDRefreshTabs.cpp25 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
35 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
49 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
58 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
DPath_rArcTo.cpp12 path.rArcTo(20, 20, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCCW, 60, 0); in draw()
DPath_ArcSize.cpp11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in draw()
DPath_arcTo_4.cpp11 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { in draw()
DArc.cpp37 path.arcTo({24, 24}, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCW, {32, 56});
Dfivearcs.cpp41 arcPath.arcTo({24, 24}, 0, SkPath::kSmall_ArcSize, SkPathDirection::kCW, {32, 56}); in draw()
/external/skia/gm/
Darcto.cpp81 svgArc.arcTo({oval.width() / 2, ovalHeight}, angle, SkPathBuilder::kSmall_ArcSize,
/external/skqp/gm/
Darcto.cpp61 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kSmall_ArcSize,
/external/skia/include/core/
DSkPathBuilder.h133 kSmall_ArcSize, //!< smaller of arc pair enumerator
DSkPath.h895 kSmall_ArcSize, //!< smaller of arc pair enumerator
/external/skqp/include/core/
DSkPath.h876 kSmall_ArcSize, //!< smaller of arc pair enumerator
/external/skqp/docs/
DSkPath_Reference.bmh2426 path.arcTo({24, 24}, 0, SkPath::kSmall_ArcSize, SkPath::kCW_Direction, {32, 56});
2655 kSmall_ArcSize,
2665 #Const kSmall_ArcSize 0
2684 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) {
2717 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) {
2751 path.rArcTo(20, 20, 0, SkPath::kSmall_ArcSize, SkPath::kCCW_Direction, 60, 0);
2804 path.rArcTo(20, 20, 0, SkPath::kSmall_ArcSize, SkPath::kCCW_Direction, 60, 0);
/external/skia/modules/canvaskit/
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()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2554 enum ArcSize { kSmall_ArcSize, kLarge_ArcSize, };
/external/skqp/site/user/api/
DSkPath_Reference.md99 <a href='#SkPath_kSmall_ArcSize'>kSmall_ArcSize</a>,
3015 <a href='#SkPath_kSmall_ArcSize'>kSmall_ArcSize</a>,
3032 …ddddd; padding: 8px; '><a name='SkPath_kSmall_ArcSize'><code>SkPath::kSmall_ArcSize</code></a></td>