Home
last modified time | relevance | path

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

/external/skia/tools/lua/
Dlua_pictures.cpp36 static DEFINE_string2(skpPath, r, "", "Read this .skp file or .skp files from this dir");
37 static DEFINE_string2(luaFile, l, "", "File containing lua script to run");
38 static DEFINE_string2(headCode, s, "", "Optional lua code to call at beginning");
39 static DEFINE_string2(tailFunc, s, "", "Optional lua function to call at end");
/external/skia/tools/flags/
DSkCommonFlags.cpp30 DEFINE_string2(match, m, nullptr,
61 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
DSkCommandLineFlags.h233 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ macro
/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.");
Dimgslice.cpp15 DEFINE_string2(label, l, "label", "Label printed as the first value");
17 DEFINE_string2(image, i, "", "Input image");
Dskhello.cpp18 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
19 DEFINE_string2(text, t, "Hello", "The string to write.");
Dgpuveto.cpp14 DEFINE_string2(readFile, r, "", "skp file to process.");
DResources.cpp19 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
Dskpinfo.cpp14 DEFINE_string2(input, i, "", "skp on which to report");
/external/skia/fuzz/
Dfuzz.cpp36 DEFINE_string2(bytes, b, "", "A path to a file or a directory. If a file, the "
40 DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name.");
42 DEFINE_string2(type, t, "api", "How to interpret --bytes, either 'image_scale'"
44 DEFINE_string2(dump, d, "", "If not empty, dump 'image*' or 'skp' types as a "
/external/skia/tests/
DTest.cpp14 DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp32 DEFINE_string2(infile, i, NULL, "Name of file to load JS from.\n");
/external/skia/tools/viewer/
DViewer.cpp131 static DEFINE_string2(match, m, nullptr,
158 static DEFINE_string2(backend, b, "sw", "Backend to use. Allowed values are " BACKENDS_STR ".");
/external/skia/dm/
DDM.cpp76 DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");