Searched refs:outBool (Results 1 – 2 of 2) sorted by relevance
217 static bool parse_option_bool(const SkString& value, bool* outBool) { in parse_option_bool() argument219 *outBool = true; in parse_option_bool()223 *outBool = false; in parse_option_bool()416 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument421 return parse_option_bool(*optionValue, outBool); in get_option_bool()
216 static bool parse_option_bool(const SkString& value, bool* outBool) { in parse_option_bool() argument218 *outBool = true; in parse_option_bool()222 *outBool = false; in parse_option_bool()412 bool get_option_bool(const char* optionKey, bool* outBool, bool optional = true) const { in get_option_bool() argument417 return parse_option_bool(*optionValue, outBool); in get_option_bool()