Home
last modified time | relevance | path

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

12

/external/skia/tools/bookmaker/
Dbookmaker.cpp16 DEFINE_string2(status, a, "", "File containing status of documentation. (Use in place of -b -i)");
17 DEFINE_string2(bmh, b, "", "Path to a *.bmh file or a directory.");
19 DEFINE_string2(examples, e, "", "File of fiddlecli input, usually fiddle.json (For now, disables -r…
21 DEFINE_string2(fiddle, f, "", "File of fiddlecli output, usually fiddleout.json.");
24 DEFINE_string2(include, i, "", "Path to a *.h file or a directory.");
29 DEFINE_string2(ref, r, "", "Resolve refs and write *.md files to path. (Requires -b -f)");
30 DEFINE_string2(spellcheck, s, "", "Spell-check [once, all, mispelling]. (Requires -b)");
/external/skqp/tools/bookmaker/
Dbookmaker.cpp16 DEFINE_string2(status, a, "", "File containing status of documentation. (Use in place of -b -i)");
17 DEFINE_string2(bmh, b, "", "Path to a *.bmh file or a directory.");
19 DEFINE_string2(examples, e, "", "File of fiddlecli input, usually fiddle.json (For now, disables -r…
21 DEFINE_string2(fiddle, f, "", "File of fiddlecli output, usually fiddleout.json.");
24 DEFINE_string2(include, i, "", "Path to a *.h file or a directory.");
29 DEFINE_string2(ref, r, "", "Resolve refs and write *.md files to path. (Requires -b -f)");
30 DEFINE_string2(spellcheck, s, "", "Spell-check [once, all, mispelling]. (Requires -b)");
/external/skqp/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");
/external/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");
/external/skia/modules/skottie/src/
DSkottieTool.cpp22 DEFINE_string2(input , i, nullptr, "Input .json file.");
23 DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
24 DEFINE_string2(format , f, "png" , "Output format (png or skp)");
/external/skqp/modules/skottie/src/
DSkottieTool.cpp22 DEFINE_string2(input , i, nullptr, "Input .json file.");
23 DEFINE_string2(writePath, w, nullptr, "Output directory. Frames are names [0-9]{6}.png.");
24 DEFINE_string2(format , f, "png" , "Output format (png or skp)");
/external/skia/tools/
Dget_images_from_skps.cpp26 DEFINE_string2(skps, s, "skps", "A path to a directory of skps or a single skp.");
27 DEFINE_string2(out, o, "img-out", "A path to an output directory.");
33 DEFINE_string2(failuresJsonPath, j, "",
Ddump_record.cpp20 DEFINE_string2(skps, r, "", ".SKPs to dump.");
26 DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
Dskhello.cpp18 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
19 DEFINE_string2(text, t, "Hello", "The string to write.");
DResources.cpp20 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
Dskpinfo.cpp16 DEFINE_string2(input, i, "", "skp on which to report");
/external/skqp/tools/
Dget_images_from_skps.cpp26 DEFINE_string2(skps, s, "skps", "A path to a directory of skps or a single skp.");
27 DEFINE_string2(out, o, "img-out", "A path to an output directory.");
33 DEFINE_string2(failuresJsonPath, j, "",
Ddump_record.cpp20 DEFINE_string2(skps, r, "", ".SKPs to dump.");
26 DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
Dskhello.cpp18 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
19 DEFINE_string2(text, t, "Hello", "The string to write.");
DResources.cpp20 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
Dskpinfo.cpp16 DEFINE_string2(input, i, "", "skp on which to report");
/external/skia/tools/flags/
DSkCommonFlags.cpp33 DEFINE_string2(match, m, nullptr,
82 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
DSkCommandLineFlags.h250 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ macro
/external/skqp/tools/flags/
DSkCommonFlags.cpp33 DEFINE_string2(match, m, nullptr,
82 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/external/skia/fuzz/
DFuzzMain.cpp33 DEFINE_string2(bytes, b, "", "A path to a file or a directory. If a file, the "
37 DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name.");
38 DEFINE_string2(dump, d, "", "If not empty, dump 'image*' or 'skp' types as a "
66 DEFINE_string2(type, t, "", g_type_message);
/external/skqp/fuzz/
DFuzzMain.cpp37 DEFINE_string2(bytes, b, "", "A path to a file or a directory. If a file, the "
41 DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name.");
42 DEFINE_string2(dump, d, "", "If not empty, dump 'image*' or 'skp' types as a "
68 DEFINE_string2(type, t, "", g_type_message);
/external/skqp/tests/
DTest.cpp16 DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
Dskia_test.cpp32 DEFINE_string2(json, J, "", "write json version of tests.");
/external/skia/tests/
DTest.cpp16 DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
Dskia_test.cpp32 DEFINE_string2(json, J, "", "write json version of tests.");

12