Lines Matching refs:bottom
12 const float bottom = size.fHeight * scale;
16 path.moveTo(0, bottom - 1);
17 // bottom left
20 bottom - 1 - scaled_endcap_radius);
46 // path.lineTo(right - 2 * scale, bottom - 1 - 1.5 * scale);
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);
74 // The bottom of the tab needs to be pixel-aligned or else when we call
76 const float bottom = std::ceil(size.fHeight * scale);
88 right_path.moveTo(right, bottom);
89 // right_path.moveTo(right - 1 - scaled_horizontal_inset, bottom);
93 bottom - scaled_endcap_radius);
108 right_path.lineTo(0, bottom);
121 left_path.lineTo(scaled_endcap_radius, bottom - scaled_endcap_radius);
123 // bottom - 1.5 * scale);
126 SkPathDirection::kCW, 0, bottom);
130 left_path.lineTo(right, bottom);