Searched refs:FindBool (Results 1 – 6 of 6) sorted by relevance
27 static bool FindBool(const char str[], bool* value);
394 return vstr && SkParse::FindBool(vstr, value); in findBool()428 return vstr && SkParse::FindBool(vstr, &value) && value == target; in hasBool()
246 bool SkParse::FindBool(const char str[], bool* value) in FindBool() function in SkParse