Lines Matching defs:endcap_radius
14 const float endcap_radius = endcap_width / 2;
25 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize,
26 SkPathDirection::kCW, right - endcap_radius, bottom - endcap_radius);
30 right_path.lineTo(right - endcap_radius, endcap_radius);
35 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize,
49 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize,
50 SkPathDirection::kCCW, endcap_radius, endcap_radius);
54 left_path.lineTo(endcap_radius, bottom - endcap_radius);
58 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize,