HomeSort by relevance Sort by last modified time
    Searched refs:SkStrEndsWith (Results 1 - 6 of 6) sorted by null

  /external/skia/debugger/
debuggermain.cpp 57 if (SkStrEndsWith(input.c_str(), ".skp")) {
  /external/skia/include/core/
SkString.h 31 bool SkStrEndsWith(const char string[], const char suffixStr[]);
32 bool SkStrEndsWith(const char string[], const char suffixChar);
147 return SkStrEndsWith(fRec->data(), suffixStr);
150 return SkStrEndsWith(fRec->data(), suffixChar);
  /external/skia/src/core/
SkString.cpp 90 bool SkStrEndsWith(const char string[], const char suffixStr[]) {
99 bool SkStrEndsWith(const char string[], const char suffixChar) {
  /external/skia/tests/
CodecTest.cpp 254 if (SkStrEndsWith(path, exts[i])) {
303 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) {
    [all...]
  /external/skia/bench/
nanobench.cpp 559 if (SkStrEndsWith(paths[i], ext)) {
    [all...]
  /external/skia/tools/viewer/
Viewer.cpp 481 if (SkStrEndsWith(FLAGS_skps[i], ".skp")) {
    [all...]

Completed in 373 milliseconds