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

  /external/skia/debugger/
debuggermain.cpp 57 if (SkStrEndsWith(input.c_str(), ".skp")) {
  /external/skqp/debugger/
debuggermain.cpp 57 if (SkStrEndsWith(input.c_str(), ".skp")) {
  /external/skia/include/core/
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);
152 return SkStrEndsWith(fRec->data(), suffixChar);
  /external/skqp/include/core/
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);
152 return SkStrEndsWith(fRec->data(), suffixChar);
  /external/skia/src/core/
SkString.cpp 53 bool SkStrEndsWith(const char string[], const char suffixStr[]) {
62 bool SkStrEndsWith(const char string[], const char suffixChar) {
  /external/skqp/src/core/
SkString.cpp 90 bool SkStrEndsWith(const char string[], const char suffixStr[]) {
99 bool SkStrEndsWith(const char string[], const char suffixChar) {
  /external/skia/tools/bookmaker/
parserCommon.cpp 28 if (!SkStrEndsWith(hunk, suffix)) {
mdOut.cpp 300 if (!SkStrEndsWith(name, ".bmh")) {
303 if (SkStrEndsWith(name, "markup.bmh")) { // don't look inside this for now
306 if (SkStrEndsWith(name, "illustrations.bmh")) { // don't look inside this for now
    [all...]
  /external/skqp/tools/bookmaker/
parserCommon.cpp 28 if (!SkStrEndsWith(hunk, suffix)) {
mdOut.cpp 276 if (!SkStrEndsWith(hunk, ".bmh")) {
279 if (SkStrEndsWith(hunk, "markup.bmh")) { // don't look inside this for now
    [all...]
  /external/skia/tests/
CodecTest.cpp 254 if (SkStrEndsWith(path, exts[i])) {
302 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) {
    [all...]
  /external/skqp/tests/
CodecTest.cpp 252 if (SkStrEndsWith(path, exts[i])) {
300 if (SkStrEndsWith(path, "png") || SkStrEndsWith(path, "PNG")) {
    [all...]
  /external/skia/bench/
nanobench.cpp 585 if (SkStrEndsWith(paths[i], ext)) {
    [all...]
  /external/skqp/bench/
nanobench.cpp 584 if (SkStrEndsWith(paths[i], ext)) {
    [all...]
  /external/skqp/tools/viewer/
Viewer.cpp 434 if (SkStrEndsWith(FLAGS_skps[i], ".skp")) {
    [all...]
  /external/skia/tools/viewer/
Viewer.cpp 515 if (SkStrEndsWith(FLAGS_skps[i], ".skp")) {
    [all...]

Completed in 718 milliseconds