Lines Matching full:scale
6 float scale, const SkISize& size, float endcap_width, float horizontal_inset = 0) { in GetInteriorPath() argument
7 const float right = size.fWidth * scale; in GetInteriorPath()
10 const float bottom = std::ceil(size.fHeight * scale); in GetInteriorPath()
12 // const float scaled_horizontal_inset = horizontal_inset * scale; in GetInteriorPath()
27 // right_path.rCubicTo(-0.75 * scale, 0, -1.625 * scale, -0.5 * scale, in GetInteriorPath()
28 // -2 * scale, -1.5 * scale); in GetInteriorPath()
32 // right - 1 - scaled_horizontal_inset - (endcap_width - 2) * scale, in GetInteriorPath()
33 // 2.5 * scale); in GetInteriorPath()
37 // right_path.rCubicTo(-0.375 * scale, -1 * scale, -1.25 * scale, -1.5 * scale, in GetInteriorPath()
38 // -2 * scale, -1.5 * scale); in GetInteriorPath()
45 // const float scaled_endcap_width = 1 + endcap_width * scale; in GetInteriorPath()
47 // left_path.moveTo(scaled_endcap_width + scaled_horizontal_inset, scale); in GetInteriorPath()
51 // left_path.rCubicTo(-0.75 * scale, 0, -1.625 * scale, 0.5 * scale, -2 * scale, in GetInteriorPath()
52 // 1.5 * scale); in GetInteriorPath()
55 // left_path.lineTo(1 + scaled_horizontal_inset + 2 * scale, in GetInteriorPath()
56 // bottom - 1.5 * scale); in GetInteriorPath()
60 // left_path.rCubicTo(-0.375 * scale, scale, -1.25 * scale, 1.5 * scale, in GetInteriorPath()
61 // -2 * scale, 1.5 * scale); in GetInteriorPath()