Searched defs:bpfmt (Results 1 - 1 of 1) sorted by relevance

/external/skia/gn/
H A Dgn_to_bp.py290 # Turn a list of strings into the style bpfmt outputs.
291 def bpfmt(indent, lst, sort=True): function
299 'export_includes': bpfmt(8, export_includes),
300 'local_includes': bpfmt(8, local_includes),
301 'srcs': bpfmt(8, srcs),
303 'arm_srcs': bpfmt(16, scrub(defs['armv7'])),
304 'arm_neon_srcs': bpfmt(20, scrub(defs['neon'])),
305 'arm64_srcs': bpfmt(16, scrub(defs['arm64'] +
307 'none_srcs': bpfmt(16, scrub(defs['none'])),
308 'x86_srcs': bpfmt(1
[all...]

Completed in 84 milliseconds