Searched refs:lotties (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
D | perf_puppeteer_skottie_frames_test.go | 51 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/ |
D | test.py | 35 lotties = api.properties.get('lotties') == 'true' 42 lotties=lotties, 137 if lotties:
|
D | perf_skottietrace.py | 226 api.flavor.install(resources=True, lotties=True)
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/ |
D | full.py | 46 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/ |
D | full.py | 56 api.flavor.install(lotties=True) 63 api.flavor.install(skps=True, images=True, lotties=False,
|
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 118 def install(self, skps=False, images=False, lotties=False, svgs=False, argument 132 if lotties:
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | api.py | 108 def install(self, skps=False, images=False, lotties=False, svgs=False, argument 124 if lotties:
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | perf_skottietrace.py | 237 api.flavor.install(resources=True, lotties=True)
|
D | test.py | 1001 api.flavor.install(resources=True, lotties=True)
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 118 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/ |
D | DM.cpp | 135 static DEFINE_string(lotties, "lotties", "Directory to read (Bodymovin) jsons from.");
|
/third_party/skia/dm/ |
D | DM.cpp | 143 static DEFINE_string(lotties, "lotties", "Directory to read (Bodymovin) jsons from.");
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 168 static DEFINE_string(lotties, PATH_PREFIX "lotties", "Directory to read (Bodymovin) jsons from.");
|