Searched refs:bpfmt (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/gn/ |
H A D | gn_to_bp.py | 605 # Turn a list of strings into the style bpfmt outputs. 606 def bpfmt(indent, lst, sort=True): function 614 'export_includes': bpfmt(8, export_includes), 615 'local_includes': bpfmt(8, local_includes), 616 'srcs': bpfmt(8, srcs), 617 'cflags': bpfmt(8, cflags, False), 618 'cflags_cc': bpfmt(8, cflags_cc), 620 'arm_srcs': bpfmt(16, strip_headers(defs['armv7'])), 621 'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])), 622 'arm64_srcs': bpfmt(1 [all...] |
/third_party/skia/tools/skqp/ |
H A D | gn_to_bp.py | 177 # Turn a list of strings into the style bpfmt outputs. 178 def bpfmt(indent, lst, sort=True): function 189 'local_includes': bpfmt(8, local_includes), 190 'srcs': bpfmt(8, srcs), 191 'cflags': bpfmt(8, cflags, False), 192 'cflags_cc': bpfmt(8, cflags_cc), 194 'arm_srcs': bpfmt(16, defs['armv7']), 195 'arm_neon_srcs': bpfmt(20, defs['neon']), 196 'arm64_srcs': bpfmt(16, defs['arm64'] + 198 'none_srcs': bpfmt(1 [all...] |
Completed in 2 milliseconds