Searched refs:SkStrEndsWith (Results 1 – 13 of 13) sorted by relevance
/external/skqp/include/core/ |
D | SkString.h | 33 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/ |
D | SkString.h | 34 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/ |
D | SkString.cpp | 70 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/ |
D | SkString.cpp | 58 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/ |
D | parserCommon.cpp | 90 if (!SkStrEndsWith(hunk, suffix)) { in parseFile()
|
D | mdOut.cpp | 669 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()
|
D | includeParser.cpp | 3494 if (!SkStrEndsWith(hunk, ".h")) { in RemoveFile()
|
/external/skqp/tests/ |
D | CodecTest.cpp | 273 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines() 326 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) { in check()
|
/external/skia/tests/ |
D | CodecTest.cpp | 278 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines() 331 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) { in check()
|
/external/skqp/bench/ |
D | nanobench.cpp | 578 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
|
/external/skia/bench/ |
D | nanobench.cpp | 640 if (SkStrEndsWith(paths[i], ext)) { in collect_files()
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 629 if (SkStrEndsWith(flag.c_str(), info.fExtension)) { in initSlides()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 860 if (SkStrEndsWith(flag.c_str(), info.fExtension)) { in initSlides()
|