Searched refs:svgs (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/infra/bots/recipes/ |
H A D | perf.py | 37 svgs = api.properties.get('svgs') == 'true' 44 svgs=svgs, 81 if svgs: 82 args.extend(['--svgs', api.flavor.device_dirs.svg_dir]) 144 props['svgs'] = 'true'
|
H A D | test.py | 38 svgs = api.properties.get('svgs') == 'true' 45 svgs=svgs, 132 if svgs: 135 args.extend(['--svgs', api.flavor.device_path_join( 209 props['svgs'] = 'true'
|
/third_party/skia/infra/bots/task_drivers/fm_driver/ |
H A D | fm_driver.go | 39 svgs = flag.String("svgs", "", "Shorthand `directory` contents as 'svgs'.") 154 "svg": walk(*svgs, map[string]bool{"svg": true}), 379 // Expand "gm" or "gms" to all known GMs, or same for tests, images, skps, svgs. 441 svgs := shorthands["svgs"] 471 run(svgs, F{})
|
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
H A D | full.py | 60 api.flavor.install(skps=True, images=True, svgs=True, 64 svgs=True, resources=True)
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | api.py | 108 def install(self, skps=False, images=False, lotties=False, svgs=False, 126 if svgs:
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 177 static DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
|
/third_party/skia/dm/ |
H A D | DM.cpp | 145 static DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 172 static DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
|
Completed in 12 milliseconds