Lines Matching defs:defaultValue
195 #define DEFINE_bool(name, defaultValue, helpString) \ argument
205 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \ argument
215 #define DEFINE_string(name, defaultValue, helpString) \ argument
222 #define DEFINE_extended_string(name, defaultValue, helpString, extendedHelpString) \ argument
233 #define DEFINE_string2(name, shortName, defaultValue, helpString) \ argument
246 #define DEFINE_int32(name, defaultValue, helpString) \ argument
253 #define DEFINE_int32_2(name, shortName, defaultValue, helpString) \ argument
263 #define DEFINE_double(name, defaultValue, helpString) \ argument
297 bool defaultValue, const char* helpString) { in CreateBoolFlag()
319 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
327 int32_t defaultValue, const char* helpString) { in CreateIntFlag()
338 double defaultValue, const char* helpString) { in CreateDoubleFlag()
411 SkString defaultValue() const { in defaultValue() function