Home
last modified time | relevance | path

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

/external/skia/tools/lua/
Dlua_pictures.cpp36 DEFINE_string2(skpPath, r, "", "Read this .skp file or .skp files from this dir");
37 DEFINE_string2(luaFile, l, "", "File containing lua script to run");
38 DEFINE_string2(headCode, s, "", "Optional lua code to call at beginning");
39 DEFINE_string2(tailFunc, s, "", "Optional lua function to call at end");
/external/skia/tools/flags/
DSkCommonFlags.cpp21 DEFINE_string2(match, m, nullptr,
46 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
DSkCommandLineFlags.h233 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ macro
/external/skia/tools/
Ddump_record.cpp18 DEFINE_string2(skps, r, "", ".SKPs to dump.");
24 DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
Dimgslice.cpp13 DEFINE_string2(label, l, "label", "Label printed as the first value");
15 DEFINE_string2(image, i, "", "Input image");
Dskhello.cpp21 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
22 DEFINE_string2(text, t, "Hello", "The string to write.");
Dget_images_from_skps.cpp16 DEFINE_string2(skps, s, "", "A path to a directory of skps.");
17 DEFINE_string2(out, o, "", "A path to an output directory.");
Dgpuveto.cpp13 DEFINE_string2(readFile, r, "", "skp file to process.");
DResources.cpp18 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.cpp27 DEFINE_string2(bytes, b, "", "A path to a file. This can be the fuzz bytes or a binary to parse.");
28 DEFINE_string2(name, n, "", "If --type is 'api', fuzz the API with this name.");
30 DEFINE_string2(type, t, "api", "How to interpret --bytes, either 'image_scale', 'image_mode', 'skp'…
31 DEFINE_string2(dump, d, "", "If not empty, dump 'image*' or 'skp' types as a PNG with this name.");
/external/skia/tests/
DTest.cpp15 DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
DPathOpsSkpClipTest.cpp521 DEFINE_string2(match, m, "PathOpsSkpClipThreaded",
530 DEFINE_string2(dir, d, nullptr, "range of directories (e.g., 1-100)");
531 DEFINE_string2(skp, s, nullptr, "skp to test");
/external/skia/experimental/nanomsg/
Dpicture_demo.cpp175 DEFINE_string2(skp, r, "", ".skp to send (as client)");
176 DEFINE_string2(png, w, "", ".png to write (as server)");
/external/skia/tools/VisualBench/
DVisualBenchmarkStream.cpp24 DEFINE_string2(match, m, nullptr,
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp33 DEFINE_string2(infile, i, NULL, "Name of file to load JS from.\n");
/external/skia/tools/kilobench/
Dkilobench.cpp60 DEFINE_string2(match, m, nullptr,
74 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
/external/skia/dm/
DDM.cpp61 DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");