OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFINE_string2
(Results
1 - 12
of
12
) sorted by null
/external/skia/tools/lua/
lua_pictures.cpp
35
DEFINE_string2
(skpPath, r, "", "Read this .skp file or .skp files from this dir");
36
DEFINE_string2
(luaFile, l, "", "File containing lua script to run");
37
DEFINE_string2
(headCode, s, "", "Optional lua code to call at beginning");
38
DEFINE_string2
(tailFunc, s, "", "Optional lua function to call at end");
/external/skia/tools/skpdiff/
skpdiff_main.cpp
37
DEFINE_string2
(differs, d, "", "The names of the differs to use or all of them by default");
38
DEFINE_string2
(folders, f, "", "Compare two folders with identical subfile names: <baseline folder> <test folder>");
39
DEFINE_string2
(patterns, p, "", "Use two patterns to compare images: <baseline> <test>");
40
DEFINE_string2
(output, o, "", "Writes the output of these diffs to output: <output>");
/external/skia/tools/
skhello.cpp
21
DEFINE_string2
(outFile, o, "skhello", "The filename to write the image.");
22
DEFINE_string2
(text, t, "Hello", "The string to write.");
PictureRenderingFlags.cpp
59
DEFINE_string2
(readPath, r, "", "skp files or directories of skp files to process.");
skimage_main.cpp
28
DEFINE_string2
(readPath, r, "", "Folder(s) and files to decode images. Required.");
36
DEFINE_string2
(writePath, w, "", "Write rendered images into this directory.");
[
all
...]
render_pictures_main.cpp
37
DEFINE_string2
(writePath, w, "", "Directory to write the rendered images.");
/external/skia/tests/
skia_test.cpp
122
DEFINE_string2
(match, m, NULL, "[~][^]substring[$] [...] of test name to run.\n" \
130
DEFINE_string2
(tmpDir, t, NULL, "tmp directory for tests to use.");
131
DEFINE_string2
(resourcePath, i, "resources", "directory for test resources.");
/external/skia/dm/
DMWriteTask.cpp
9
DEFINE_string2
(writePath, w, "", "If set, write GMs here as .pngs.");
DM.cpp
26
DEFINE_string2
(expectations, r, "",
/external/skia/tools/flags/
SkCommandLineFlags.h
207
#define
DEFINE_string2
(name, shortName, defaultValue, helpString) \
/external/skia/bench/
benchmain.cpp
278
DEFINE_string2
(resourcePath, i, NULL, "directory for test resources.");
/external/skia/gm/
gmmain.cpp
[
all
...]
Completed in 244 milliseconds