Lines Matching defs:right
7 const float right = size.fWidth * scale;
17 // and right halves of the tab. Compared to computing the full path at once,
22 right_path.moveTo(right, bottom);
23 // right_path.moveTo(right - 1 - scaled_horizontal_inset, bottom);
26 SkPathDirection::kCW, right - endcap_radius, bottom - endcap_radius);
30 right_path.lineTo(right - endcap_radius, endcap_radius);
32 // right - 1 - scaled_horizontal_inset - (endcap_width - 2) * scale,
36 SkPathDirection::kCCW, right - endcap_width, 0);
63 left_path.lineTo(right, bottom);
64 left_path.lineTo(right, 0);