Searched refs:left_path (Results 1 – 6 of 6) sorted by relevance
/external/skia/docs/examples/ |
D | ChromeMDRefreshTabs.cpp | 44 SkPath left_path; in GetInteriorPath() local 46 left_path.moveTo(endcap_width, 0); in GetInteriorPath() 49 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath() 54 left_path.lineTo(endcap_radius, bottom - endcap_radius); in GetInteriorPath() 58 left_path.arcTo(endcap_radius, endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath() 63 left_path.lineTo(right, bottom); in GetInteriorPath() 64 left_path.lineTo(right, 0); in GetInteriorPath() 65 left_path.close(); in GetInteriorPath() 68 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
|
D | ChromeMDRefreshTab.cpp | 111 SkPath left_path; in GetInteriorPath() local 113 left_path.moveTo(scaled_endcap_radius * 2, 0); in GetInteriorPath() 116 left_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath() 121 left_path.lineTo(scaled_endcap_radius, bottom - scaled_endcap_radius); in GetInteriorPath() 125 left_path.arcTo(scaled_endcap_radius, scaled_endcap_radius, 90, SkPath::kSmall_ArcSize, in GetInteriorPath() 130 left_path.lineTo(right, bottom); in GetInteriorPath() 131 left_path.lineTo(right, 0); in GetInteriorPath() 132 left_path.close(); in GetInteriorPath() 135 Op(left_path, right_path, SkPathOp::kIntersect_SkPathOp, &complete_path); in GetInteriorPath()
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 64869 struct btrfs_path *left_path; member
|
D | vmlinux.h | 64869 struct btrfs_path *left_path; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 28636 struct btrfs_path *left_path; member
|
D | vmlinux.h | 28636 struct btrfs_path *left_path; member
|