Lines Matching refs:bottom
8 // The bottom of the tab needs to be pixel-aligned or else when we call
10 const float bottom = std::ceil(size.fHeight * scale);
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);
41 right_path.lineTo(0, bottom);
54 left_path.lineTo(endcap_radius, bottom - endcap_radius);
56 // bottom - 1.5 * scale);
59 SkPathDirection::kCW, 0, bottom);
63 left_path.lineTo(right, bottom);