HomeSort by relevance Sort by last modified time
    Searched refs:lookup_str (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/utils/
SkParse.cpp 280 static bool lookup_str(const char str[], const char** table, int count) function
293 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes)))
298 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo)))
  /external/skia/src/utils/
SkParse.cpp 280 static bool lookup_str(const char str[], const char** table, int count) function
293 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes)))
298 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo)))

Completed in 63 milliseconds