Searched refs:SkStrEndsWith (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkString.h | 38 bool SkStrEndsWith(const char string[], const char suffixStr[]); 39 bool SkStrEndsWith(const char string[], const char suffixChar); 148 return SkStrEndsWith(fRec->data(), suffixStr); in endsWith() 151 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
|
/third_party/skia/src/core/ |
H A D | SkString.cpp | 59 bool SkStrEndsWith(const char string[], const char suffixStr[]) { in SkStrEndsWith() function 68 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() function
|
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 278 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines() 307 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) { in check_scanline_decode()
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 611 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 873 if (SkStrEndsWith(flag.c_str(), info.fExtension)) { in initSlides()
|
Completed in 16 milliseconds