Home
last modified time | relevance | path

Searched refs:DEFINE_string2 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/tools/lua/
Dlua_pictures.cpp35 static DEFINE_string2(skpPath, r, "", "Read this .skp file or .skp files from this dir");
36 static DEFINE_string2(luaFile, l, "", "File containing lua script to run");
37 static DEFINE_string2(headCode, s, "", "Optional lua code to call at beginning");
38 static DEFINE_string2(tailFunc, s, "", "Optional lua function to call at end");
/third_party/flutter/skia/tools/
Dskottie2movie.cpp18 static DEFINE_string2(input, i, "", "skottie animation to render");
19 static DEFINE_string2(output, o, "", "mp4 file to create");
20 static DEFINE_string2(assetPath, a, "", "path to assets needed for json file");
Dget_images_from_skps.cpp25 static DEFINE_string2(skps, s, "skps", "A path to a directory of skps or a single skp.");
26 static DEFINE_string2(out, o, "img-out", "A path to an output directory.");
33 static DEFINE_string2(failuresJsonPath, j, "",
Ddump_record.cpp20 static DEFINE_string2(skps, r, "", ".SKPs to dump.");
27 static DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
Dskhello.cpp18 static DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
19 static DEFINE_string2(text, t, "Hello", "The string to write.");
DResources.cpp20 static DEFINE_string2(resourcePath, i, "resources",
Dskpinfo.cpp16 static DEFINE_string2(input, i, "", "skp on which to report");
/third_party/skia/tools/
Dskottie2movie.cpp24 static DEFINE_string2(input, i, "", "skottie animation to render");
25 static DEFINE_string2(output, o, "", "mp4 file to create");
26 static DEFINE_string2(assetPath, a, "", "path to assets needed for json file");
Dget_images_from_skps.cpp25 static DEFINE_string2(skps, s, "skps", "A path to a directory of skps or a single skp.");
26 static DEFINE_string2(out, o, "img-out", "A path to an output directory.");
33 static DEFINE_string2(failuresJsonPath, j, "",
Ddump_record.cpp21 static DEFINE_string2(skps, r, "", ".SKPs to dump.");
28 static DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
DResources.cpp20 static DEFINE_string2(resourcePath, i, "resources",
Dskpinfo.cpp16 static DEFINE_string2(input, i, "", "skp on which to report");
/third_party/skia/modules/svg/utils/
DSvgTool.cpp19 static DEFINE_string2(input , i, nullptr, "Input SVG file.");
20 static DEFINE_string2(output, o, nullptr, "Output PNG file.");
/third_party/flutter/skia/modules/skottie/src/
DSkottieTool.cpp22 static DEFINE_string2(input , i, nullptr, "Input .json file.");
23 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
24 static DEFINE_string2(format , f, "png" , "Output format (png or skp)");
/third_party/flutter/skia/fuzz/
DFuzzMain.cpp34 static DEFINE_string2(bytes, b, "", "A path to a file or a directory. If a file, the "
38 static DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name.");
39 static DEFINE_string2(dump, d, "", "If not empty, dump 'image*' or 'skp' types as a "
68 static DEFINE_string2(type, t, "", g_type_message);
/third_party/skia/fuzz/
DFuzzMain.cpp33 static DEFINE_string2(bytes, b, "", "A path to a file or a directory. If a file, the "
37 static DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name.");
38 static DEFINE_string2(dump, d, "", "If not empty, dump 'image*' or 'skp' types as a "
71 static DEFINE_string2(type, t, "", g_type_message);
/third_party/flutter/skia/tests/
Dskia_test.cpp32 static DEFINE_string2(json, J, "", "write json version of tests.");
38 static DEFINE_string2(match, m, nullptr,
DTest.cpp16 static DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
/third_party/skia/tests/
Dskia_test.cpp31 static DEFINE_string2(json, J, "", "write json version of tests.");
38 static DEFINE_string2(match, m, nullptr,
DTest.cpp16 static DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp36 static DEFINE_string2(input , i, nullptr, "Input .json file.");
37 static DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
38 static DEFINE_string2(format , f, "png" , formats_help);
/third_party/flutter/skia/tools/fm/
Dfm.cpp41 static DEFINE_string2(sources, s, "", "Which GMs, .skps, or images to draw.");
42 static DEFINE_string2(backend, b, "", "Backend used to create a canvas to draw into.");
68 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");
/third_party/skia/tools/fm/
Dfm.cpp55 static DEFINE_string2(sources, s, "", "Which GMs, .skps, or images to draw.");
56 static DEFINE_string2(backend, b, "", "Backend used to create a canvas to draw into.");
90 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");
/third_party/skia/tools/flags/
DCommandLineFlags.h220 #define DEFINE_string2(name, shortName, defaultValue, helpString) … macro
/third_party/flutter/skia/tools/flags/
DCommandLineFlags.h220 #define DEFINE_string2(name, shortName, defaultValue, helpString) … macro

12