Searched refs:skps (Results 1 – 20 of 20) sorted by relevance
/external/skia/tools/ |
D | ok_srcs.cpp | 64 std::vector<std::string> skps; member 71 stream.skps.push_back(path.c_str()); in Create() 104 if (skps.empty()) { in next() 109 src.path = skps.back(); in next() 110 skps.pop_back(); in next()
|
D | dump_record.cpp | 19 DEFINE_string2(skps, r, "", ".SKPs to dump.");
|
D | get_images_from_skps.cpp | 26 DEFINE_string2(skps, s, "skps", "A path to a directory of skps.");
|
/external/skia/tools/skpbench/ |
D | _os_path.py | 15 def find_skps(skps): argument 17 for skp in skps:
|
D | _adb_path.py | 22 def find_skps(skps): argument 24 for x in skps]
|
D | skpbench.py | 233 def run_benchmarks(configs, skps, hardware, resultsfile=None): argument 236 for skp in skps 278 skps = _path.find_skps(FLAGS.skps) 301 run_benchmarks(configs, skps, hardware, resultsfile=resultsfile) 303 run_benchmarks(configs, skps, hardware)
|
/external/skia/tools/skiaserve/tester/ |
D | tester.py | 105 skps = [] 108 skps.append(skp) 112 for skp_name in skps:
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 110 self.install(skps=True, images=True, svgs=True, resources=True) 112 def install(self, skps=False, images=False, svgs=False, resources=False): argument 122 if skps:
|
/external/skia/bin/ |
D | fetch-skps | 9 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
|
/external/skia/tools/flags/ |
D | SkCommonFlags.h | 27 DECLARE_string(skps);
|
D | SkCommonFlags.cpp | 50 DEFINE_string(skps, "skps", "Directory to read skps from.");
|
/external/skia/infra/bots/ct/ |
D | ct_skps.isolate | 15 '../../../../skps/<(BUILDER)/slave<(SLAVE_NUM)/',
|
/external/skia/site/dev/testing/ |
D | testing.md | 53 Don't worry about the "skps: Couldn't read skps." messages either, you won't 65 files (from `--skps`, which defaults to "skps"). You can control the types of
|
/external/skia/ |
D | .gitignore | 31 /skps
|
D | public.bzl | 579 "~skps",
|
/external/skia/infra/bots/recipe_modules/skpbench/ |
D | api.py | 85 self.m.flavor.install(skps=True)
|
/external/skia/site/user/sample/ |
D | viewer.md | 13 * Display and manipulate your own pictures - use `--skps <skp-file-path>` to load any `.skp` files …
|
/external/skia/infra/bots/recipe_modules/perf/ |
D | api.py | 283 self.m.flavor.install(resources=True, skps=True)
|
/external/skia/site/user/ |
D | tips.md | 45 out/Release/dm --src skp --skps /tmp/layer_0.skp -w /tmp \
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 143 static DEFINE_string(skps, "/data/local/tmp/skia", "Directory to read skps from."); 146 static DEFINE_string(skps, "skps", "Directory to read skps from.");
|