Lines Matching defs:right
11 const float right = size.fWidth * scale;
36 // path.lineTo(right - (endcap_width - 2) * scale - dx, 0);
41 // path.lineTo(right - endcap_width * scale, top);
45 path.lineTo(right - scaled_endcap_radius * 2, -1);
46 // path.lineTo(right - 2 * scale, bottom - 1 - 1.5 * scale);
48 // top right
50 SkPathDirection::kCW, right - scaled_endcap_radius + 1,
52 // path.arcTo(SkRect::MakeLTRB(right - 2 * scale, bottom - 1 - 1.5 * scale,
53 // right - 2 * scale + 4, bottom - 1 - 1.5 * scale + 4), 90, 90, true);
57 path.lineTo(right - scaled_endcap_radius + 1, bottom - 1 - scaled_endcap_radius);
60 // bottom right
62 SkPathDirection::kCCW, right, bottom - 1);
73 const float right = size.fWidth * scale;
83 // and right halves of the tab. Compared to computing the full path at once,
88 right_path.moveTo(right, bottom);
89 // right_path.moveTo(right - 1 - scaled_horizontal_inset, bottom);
92 SkPathDirection::kCW, right - scaled_endcap_radius,
97 right_path.lineTo(right - scaled_endcap_radius, scaled_endcap_radius);
99 // right - 1 - scaled_horizontal_inset - (endcap_width - 2) * scale,
103 SkPathDirection::kCCW, right - scaled_endcap_radius * 2, 0);
130 left_path.lineTo(right, bottom);
131 left_path.lineTo(right, 0);