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

  /external/chromium_org/third_party/skia/src/utils/
SkParse.cpp 237 static bool lookup_str(const char str[], const char** table, int count) function
250 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes)))
255 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo)))
  /external/skia/src/utils/
SkParse.cpp 237 static bool lookup_str(const char str[], const char** table, int count) function
250 if (lookup_str(str, gYes, SK_ARRAY_COUNT(gYes)))
255 else if (lookup_str(str, gNo, SK_ARRAY_COUNT(gNo)))

Completed in 49 milliseconds