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

  /external/skia/include/core/
SkString.h 28 bool SkStrEndsWith(const char string[], const char suffixStr[]);
29 bool SkStrEndsWith(const char string[], const char suffixChar);
121 return SkStrEndsWith(fRec->data(), suffixStr);
124 return SkStrEndsWith(fRec->data(), suffixChar);
  /external/skia/legacy/include/core/
SkString.h 19 bool SkStrEndsWith(const char string[], const char suffix[]);
82 return SkStrEndsWith(fRec->data(), suffix);
  /external/skia/src/core/
SkString.cpp 39 bool SkStrEndsWith(const char string[], const char suffixStr[]) {
48 bool SkStrEndsWith(const char string[], const char suffixChar) {
  /external/skia/legacy/src/core/
SkString.cpp 45 bool SkStrEndsWith(const char string[], const char suffix[]) {
  /external/skia/tools/
bench_pictures_main.cpp 764 } else if (SkStrEndsWith(input.c_str(), ".skp")) {
render_pictures_main.cpp 300 } else if (SkStrEndsWith(input.c_str(), ".skp")) {

Completed in 5071 milliseconds