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