Searched refs:lookup_str (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/utils/ |
D | SkParse.cpp | 238 static bool lookup_str(const char str[], const char** table, int count) in lookup_str() function 251 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes))) in FindBool() 256 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo))) in FindBool()
|
/third_party/flutter/skia/src/utils/ |
D | SkParse.cpp | 238 static bool lookup_str(const char str[], const char** table, int count) in lookup_str() function 251 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes))) in FindBool() 256 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo))) in FindBool()
|