Searched refs:DEFINE_string2 (Results 1 – 18 of 18) sorted by relevance
/external/skia/tools/lua/ |
D | lua_pictures.cpp | 36 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/ |
D | SkCommonFlags.cpp | 21 DEFINE_string2(match, m, nullptr, 46 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
|
D | SkCommandLineFlags.h | 233 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ macro
|
/external/skia/tools/ |
D | dump_record.cpp | 18 DEFINE_string2(skps, r, "", ".SKPs to dump."); 24 DEFINE_string2(write, w, "", "Write the (optimized) picture to the named file.");
|
D | imgslice.cpp | 13 DEFINE_string2(label, l, "label", "Label printed as the first value"); 15 DEFINE_string2(image, i, "", "Input image");
|
D | skhello.cpp | 21 DEFINE_string2(outFile, o, "skhello", "The filename to write the image."); 22 DEFINE_string2(text, t, "Hello", "The string to write.");
|
D | get_images_from_skps.cpp | 16 DEFINE_string2(skps, s, "", "A path to a directory of skps."); 17 DEFINE_string2(out, o, "", "A path to an output directory.");
|
D | gpuveto.cpp | 13 DEFINE_string2(readFile, r, "", "skp file to process.");
|
D | Resources.cpp | 18 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
|
D | skpinfo.cpp | 14 DEFINE_string2(input, i, "", "skp on which to report");
|
/external/skia/fuzz/ |
D | fuzz.cpp | 27 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/ |
D | Test.cpp | 15 DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
|
D | PathOpsSkpClipTest.cpp | 521 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/ |
D | picture_demo.cpp | 175 DEFINE_string2(skp, r, "", ".skp to send (as client)"); 176 DEFINE_string2(png, w, "", ".png to write (as server)");
|
/external/skia/tools/VisualBench/ |
D | VisualBenchmarkStream.cpp | 24 DEFINE_string2(match, m, nullptr,
|
/external/skia/experimental/SkV8Example/ |
D | SkV8Example.cpp | 33 DEFINE_string2(infile, i, NULL, "Name of file to load JS from.\n");
|
/external/skia/tools/kilobench/ |
D | kilobench.cpp | 60 DEFINE_string2(match, m, nullptr, 74 DEFINE_string2(writePath, w, "", "If set, write bitmaps here as .pngs.");
|
/external/skia/dm/ |
D | DM.cpp | 61 DEFINE_string2(readPath, r, "", "If set check for equality with golden results in this directory.");
|