Home
last modified time | relevance | path

Searched refs:SkStrEndsWith (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/include/core/
H A DSkString.h38 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 DSkString.cpp59 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 DCodecTest.cpp278 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 Dnanobench.cpp611 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
/third_party/skia/tools/viewer/
H A DViewer.cpp873 if (SkStrEndsWith(flag.c_str(), info.fExtension)) { in initSlides()

Completed in 11 milliseconds