Home
last modified time | relevance | path

Searched refs:svgs (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/infra/bots/recipes/
H A Dperf.py37 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 Dtest.py38 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 Dfm_driver.go39 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 Dfull.py60 api.flavor.install(skps=True, images=True, svgs=True,
64 svgs=True, resources=True)
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py108 def install(self, skps=False, images=False, lotties=False, svgs=False,
126 if svgs:
/third_party/skia/bench/
H A Dnanobench.cpp177 static DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
/third_party/skia/dm/
H A DDM.cpp145 static DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");
/third_party/skia/tools/viewer/
H A DViewer.cpp172 static DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file.");

Completed in 10 milliseconds