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