Home
last modified time | relevance | path

Searched refs:skps (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps_test.go56 skps, err := ioutil.TempDir("", "skps")
58 defer testutils.RemoveAll(t, skps)
60 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 077…
75 err := benchSKPs(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, skps, fakeNodeBinPath)
88 "--input_skp", filepath.Join(skps, "first_skp"),
97 skps, err := ioutil.TempDir("", "skps")
99 defer testutils.RemoveAll(t, skps)
101 …require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "desk_carsvg.skp"), []byte("doesnt matter"…
116 err := benchSKPs(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, skps, fakeNodeBinPath)
130 skps, err := ioutil.TempDir("", "skps")
[all …]
/third_party/skia/infra/bots/recipes/
Dperf.py36 skps = api.properties.get('skps') == 'true'
42 skps=skps,
73 if skps:
Dtest.py37 skps = api.properties.get('skps') == 'true'
44 skps=skps,
123 if skps:
/third_party/flutter/skia/tools/skpbench/
D_os_path.py15 def find_skps(skps): argument
17 for skp in skps:
D_adb_path.py22 def find_skps(skps): argument
26 for x in skps]
/third_party/skia/tools/skpbench/
D_adb_path.py22 def find_skps(skps): argument
26 for x in skps]
D_os_path.py15 def find_skps(skps): argument
17 for skpglob in skps:
/third_party/flutter/skia/tools/skiaserve/tester/
Dtester.py105 skps = []
108 skps.append(skp)
112 for skp_name in skps:
/third_party/skia/tools/skiaserve/tester/
Dtester.py105 skps = []
108 skps.append(skp)
112 for skp_name in skps:
/third_party/skia/infra/bots/task_drivers/fm_driver/
Dfm_driver.go38 skps = flag.String("skps", "", "Shorthand `directory` contents as 'skps'.")
153 "skp": walk(*skps, map[string]bool{"skp": true}),
442 skps := shorthands["skps"]
472 run(skps, F{"clipW": "1000", "clipH": "1000"})
/third_party/flutter/skia/bin/
Dfetch-skps11 python ${DOWNLOAD_SCRIPT} -t $(pwd)/skps
/third_party/skia/bin/
Dfetch-skps17 ${ROOT_DIR}/bin/${SK_EXE} asset download skp $(pwd)/skps
/third_party/flutter/skia/site/user/sample/
Dviewer.md23 Similarly, `--skps <skp-file-path>` will load any `.skp` files in that directory for display within…
58 `/data/local/tmp/resources`; to load SKPs place them in `/data/local/tmp/skps`.
70 `skps` directory if also placed in the Skia directory.
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py60 api.flavor.install(skps=True, images=True, svgs=True,
63 api.flavor.install(skps=True, images=True, lotties=False,
/third_party/skia/site/docs/user/sample/
Dviewer.md28 Similarly, `--skps <skp-file-path>` will load any `.skp` files in that directory
78 `/data/local/tmp/resources`; to load SKPs place them in `/data/local/tmp/skps`.
99 and will bundle an `skps` directory if also placed in the Skia directory.
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dperf_all_skps.sh19 for f in $HOME/skps/*.skp;
DMakefile25 --input_skp ~/Downloads/skps/desk_nytimes.skp \
DREADME.md12 sk asset download skps ~/Downloads/skps
/third_party/skia/site/docs/dev/testing/
Dtesting.md58 Don't worry about the "skps: Couldn't read skps." messages either, you won't
71 (from `--skps`, which defaults to "skps"). You can control the types of sources
/third_party/flutter/skia/site/dev/testing/
Dtesting.md53 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
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dapi.py118 def install(self, skps=False, images=False, lotties=False, svgs=False, argument
128 if skps:
/third_party/flutter/skia/
D.gitigonre32 /skps
/third_party/flutter/skia/infra/bots/recipes/
Dcalmbench.py27 api.flavor.install(skps=True, svgs=True)
/third_party/skia/infra/bots/recipe_modules/flavor/
Dapi.py108 def install(self, skps=False, images=False, lotties=False, svgs=False, argument
120 if skps:
/third_party/flutter/skia/tools/
Ddump_record.cpp20 static DEFINE_string2(skps, r, "", ".SKPs to dump.");

12