Home
last modified time | relevance | path

Searched refs:StringOption (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp95 struct StringOption : Option<std::string> { struct
98 StringOption(std::string _selector, in StringOption() argument
109 StringOption title = StringOption("-t", "PDF title", "---");
110 StringOption author = StringOption("-a", "PDF author", "---");
111 StringOption subject = StringOption("-k", "PDF subject", "---");
112 StringOption keywords = StringOption("-c", "PDF keywords", "---");
113 StringOption creator = StringOption("-t", "PDF creator", "---");
114 StringOption font_file = StringOption("-f", ".ttf font file", "");
119 StringOption output_file_name =
120 StringOption("-o", ".pdf output file name", "out-skiahf.pdf");
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs22568 function StringOption(descriptor, initialValueBase, optsBase) {
22632 return StringOption(descriptor, ...args);