Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkString.h26 bool SkStrEndsWith(const char string[], const char suffix[]);
63 return SkStrEndsWith(fRec->data(), suffix); in endsWith()
/external/skia/src/core/
DSkStream.cpp191 if (SkStrEndsWith(fName.c_str(), ".xml")) in SkFILEStream()
208 if (SkStrEndsWith(fName.c_str(), ".xml")) in setPath()
DSkString.cpp30 bool SkStrEndsWith(const char string[], const char suffix[]) in SkStrEndsWith() function