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

/external/chromium_org/third_party/skia/debugger/
H A Ddebuggermain.cpp50 if (SkStrEndsWith(input.c_str(), ".skp")) {
/external/skia/debugger/
H A Ddebuggermain.cpp50 if (SkStrEndsWith(input.c_str(), ".skp")) {
/external/chromium_org/third_party/skia/include/core/
H A DSkString.h31 bool SkStrEndsWith(const char string[], const char suffixStr[]);
32 bool SkStrEndsWith(const char string[], const char suffixChar);
125 return SkStrEndsWith(fRec->data(), suffixStr);
128 return SkStrEndsWith(fRec->data(), suffixChar);
/external/skia/include/core/
H A DSkString.h31 bool SkStrEndsWith(const char string[], const char suffixStr[]);
32 bool SkStrEndsWith(const char string[], const char suffixChar);
125 return SkStrEndsWith(fRec->data(), suffixStr);
128 return SkStrEndsWith(fRec->data(), suffixChar);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp127 if (SkStrEndsWith(filename, gImageExtensions[i])) {
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp127 if (SkStrEndsWith(filename, gImageExtensions[i])) {
/external/chromium_org/third_party/skia/src/core/
H A DSkString.cpp39 bool SkStrEndsWith(const char string[], const char suffixStr[]) { function
48 bool SkStrEndsWith(const char string[], const char suffixChar) { function
/external/skia/src/core/
H A DSkString.cpp39 bool SkStrEndsWith(const char string[], const char suffixStr[]) { function
48 bool SkStrEndsWith(const char string[], const char suffixChar) { function
/external/skia/tools/
H A Dbench_pictures_main.cpp381 } else if (SkStrEndsWith(input, ".skp")) {
H A Drender_pictures_main.cpp394 } else if (SkStrEndsWith(input, ".skp")) {
H A Dskimage_main.cpp734 if (SkStrEndsWith(filename, gImageExtensions[i])) {
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp401 } else if (SkStrEndsWith(input, ".skp")) {
H A Drender_pictures_main.cpp410 } else if (SkStrEndsWith(input, ".skp")) {
H A Dskimage_main.cpp735 if (SkStrEndsWith(filename, gImageExtensions[i])) {
/external/chromium_org/third_party/skia/bench/
H A Dnanobench.cpp416 if (SkStrEndsWith(FLAGS_skps[i], ".skp")) {

Completed in 271 milliseconds