Home
last modified time | relevance | path

Searched refs:lotties (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames_test.go51 lotties, err := ioutil.TempDir("", "lotties")
53 defer testutils.RemoveAll(t, lotties)
55 require.NoError(t, os.MkdirAll(filepath.Join(lotties, "animation_1"), 0777))
70 …err := benchSkottieFrames(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, lotties, fakeNodeBin…
82 "--input_lottie", filepath.Join(lotties, "animation_1", "data.json"),
83 "--assets", filepath.Join(lotties, "animation_1", "images"),
92 lotties, err := ioutil.TempDir("", "lotties")
94 defer testutils.RemoveAll(t, lotties)
96 require.NoError(t, os.MkdirAll(filepath.Join(lotties, "animation_1"), 0777))
111 …err := benchSkottieFrames(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, lotties, fakeNodeBin…
[all …]
/third_party/skia/infra/bots/recipes/
Dtest.py35 lotties = api.properties.get('lotties') == 'true'
42 lotties=lotties,
137 if lotties:
Dperf_skottietrace.py226 api.flavor.install(resources=True, lotties=True)
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py46 api.flavor.install(lotties=True)
50 api.flavor.install(skps=True, images=True, lotties=False, svgs=True,
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py56 api.flavor.install(lotties=True)
63 api.flavor.install(skps=True, images=True, lotties=False,
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dapi.py118 def install(self, skps=False, images=False, lotties=False, svgs=False, argument
132 if lotties:
/third_party/skia/infra/bots/recipe_modules/flavor/
Dapi.py108 def install(self, skps=False, images=False, lotties=False, svgs=False, argument
124 if lotties:
/third_party/flutter/skia/infra/bots/recipes/
Dperf_skottietrace.py237 api.flavor.install(resources=True, lotties=True)
Dtest.py1001 api.flavor.install(resources=True, lotties=True)
/third_party/flutter/skia/tools/viewer/
DViewer.cpp118 static DEFINE_string(lotties, "/data/local/tmp/lotties",
123 static DEFINE_string(lotties, "lotties", "Directory to read (Bodymovin) jsons from.");
/third_party/flutter/skia/dm/
DDM.cpp135 static DEFINE_string(lotties, "lotties", "Directory to read (Bodymovin) jsons from.");
/third_party/skia/dm/
DDM.cpp143 static DEFINE_string(lotties, "lotties", "Directory to read (Bodymovin) jsons from.");
/third_party/skia/tools/viewer/
DViewer.cpp168 static DEFINE_string(lotties, PATH_PREFIX "lotties", "Directory to read (Bodymovin) jsons from.");