Lines Matching refs:left_path
44 SkPath left_path;
46 left_path.moveTo(endcap_width, 0);
47 // left_path.moveTo(scaled_endcap_width + scaled_horizontal_inset, scale);
49 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize,
51 // left_path.rCubicTo(-0.75 * scale, 0, -1.625 * scale, 0.5 * scale, -2 * scale,
54 left_path.lineTo(endcap_radius, bottom - endcap_radius);
55 // left_path.lineTo(1 + scaled_horizontal_inset + 2 * scale,
58 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize,
60 // left_path.rCubicTo(-0.375 * scale, scale, -1.25 * scale, 1.5 * scale,
63 left_path.lineTo(right, bottom);
64 left_path.lineTo(right, 0);
65 left_path.close();
68 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path);