Home
last modified time | relevance | path

Searched refs:right_path (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/docs/examples/
DChromeMDRefreshTabs.cpp20 SkPath right_path; in GetInteriorPath() local
22 right_path.moveTo(right, bottom); in GetInteriorPath()
25 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
30 right_path.lineTo(right - endcap_radius, endcap_radius); in GetInteriorPath()
35 right_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
40 right_path.lineTo(0, 0); in GetInteriorPath()
41 right_path.lineTo(0, bottom); in GetInteriorPath()
42 right_path.close(); in GetInteriorPath()
68 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
DChromeMDRefreshTab.cpp86 SkPath right_path; in GetInteriorPath() local
88 right_path.moveTo(right, bottom); in GetInteriorPath()
91 right_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
97 right_path.lineTo(right - scaled_endcap_radius, scaled_endcap_radius); in GetInteriorPath()
102 right_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath()
107 right_path.lineTo(0, 0); in GetInteriorPath()
108 right_path.lineTo(0, bottom); in GetInteriorPath()
109 right_path.close(); in GetInteriorPath()
135 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()