Home
last modified time | relevance | path

Searched refs:SkStrEndsWith (Results 1 – 13 of 13) sorted by relevance

/external/skqp/include/core/
DSkString.h33 bool SkStrEndsWith(const char string[], const char suffixStr[]);
34 bool SkStrEndsWith(const char string[], const char suffixChar);
149 return SkStrEndsWith(fRec->data(), suffixStr); in endsWith()
152 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
/external/skia/include/core/
DSkString.h34 bool SkStrEndsWith(const char string[], const char suffixStr[]);
35 bool SkStrEndsWith(const char string[], const char suffixChar);
143 return SkStrEndsWith(fRec->data(), suffixStr); in endsWith()
146 return SkStrEndsWith(fRec->data(), suffixChar); in endsWith()
/external/skqp/src/core/
DSkString.cpp70 bool SkStrEndsWith(const char string[], const char suffixStr[]) { in SkStrEndsWith() function
79 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() function
/external/skia/src/core/
DSkString.cpp58 bool SkStrEndsWith(const char string[], const char suffixStr[]) { in SkStrEndsWith() function
67 bool SkStrEndsWith(const char string[], const char suffixChar) { in SkStrEndsWith() function
/external/skqp/tools/bookmaker/
DparserCommon.cpp90 if (!SkStrEndsWith(hunk, suffix)) { in parseFile()
DmdOut.cpp669 if (!SkStrEndsWith(name, ".bmh")) { in buildRefFromFile()
672 if (SkStrEndsWith(name, "markup.bmh")) { // don't look inside this for now in buildRefFromFile()
675 if (SkStrEndsWith(name, "illustrations.bmh")) { // don't look inside this for now in buildRefFromFile()
678 if (SkStrEndsWith(name, "undocumented.bmh")) { // don't look inside this for now in buildRefFromFile()
DincludeParser.cpp3494 if (!SkStrEndsWith(hunk, ".h")) { in RemoveFile()
/external/skqp/tests/
DCodecTest.cpp273 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines()
326 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) { in check()
/external/skia/tests/
DCodecTest.cpp278 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines()
331 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) { in check()
/external/skqp/bench/
Dnanobench.cpp578 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
/external/skia/bench/
Dnanobench.cpp640 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
/external/skqp/tools/viewer/
DViewer.cpp629 if (SkStrEndsWith(flag.c_str(), info.fExtension)) { in initSlides()
/external/skia/tools/viewer/
DViewer.cpp860 if (SkStrEndsWith(flag.c_str(), info.fExtension)) { in initSlides()