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

  /external/skia/src/core/
SkTSearch.cpp 61 int SkStrLCSearch(const char*const* base, int count, const char target[],
71 int SkStrLCSearch(const char*const* base, int count, const char target[],
74 return SkStrLCSearch(base, count, target, strlen(target), elemSize);
  /external/skia/include/core/
SkTSearch.h 125 int SkStrLCSearch(const char*const* base, int count, const char target[],
127 int SkStrLCSearch(const char*const* base, int count, const char target[],
  /external/skia/src/ports/
SkFontHost_linux.cpp 177 int index = SkStrLCSearch(&list[0].fName, gNameList.count(), name,
200 int index = SkStrLCSearch(&list[0].fName, count, name, sizeof(list[0]));
SkFontHost_simple.cpp 177 int index = SkStrLCSearch(&list[0].fName, count, name, sizeof(list[0]));
198 int index = SkStrLCSearch(&list[0].fName, count, name, sizeof(list[0]));
SkFontHost_FONTPATH.cpp 143 // 1) SkStrLCSearch can't handle it
151 index = SkStrLCSearch(&gMatches[0].fLCName, SK_ARRAY_COUNT(gMatches),
SkFontHost_android.cpp 225 int index = SkStrLCSearch(&list[0].fName, count, name, sizeof(list[0]));
244 int index = SkStrLCSearch(&list[0].fName, count, name, sizeof(list[0]));

Completed in 874 milliseconds