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

  /external/skia/src/core/
SkTSearch.cpp 19 int SkStrSearch(const char*const* base, int count, const char target[],
55 int SkStrSearch(const char*const* base, int count, const char target[],
58 return SkStrSearch(base, count, target, strlen(target), elemSize);
68 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
  /external/skia/include/core/
SkTSearch.h 117 int SkStrSearch(const char*const* base, int count, const char target[],
119 int SkStrSearch(const char*const* base, int count, const char target[],
122 /** Like SkStrSearch, but treats target as if it were all lower-case. Assumes that
SkTDict.h 155 index = SkStrSearch(&fArray.begin()->fName, count, name, len, sizeof(Pair));
  /external/skia/src/svg/
SkSVGParser.cpp 437 int index = SkStrSearch(&gSVGTypeNames[0].fName, kSVGTypeNamesSize, match,
  /external/skia/src/animator/
SkDisplayType.cpp 563 int index = SkStrSearch(&gTypeNames[0].fName, kTypeNamesSize, match,
SkMemberInfo.cpp 518 int index = SkStrSearch(&info->fName, count, match, sizeof(*info));

Completed in 399 milliseconds