Home
last modified time | relevance | path

Searched refs:SkStrStartsWith (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp93 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { in match()
96 if (SkStrStartsWith(string, '-') && strlen(string) > 1) { in match()
110 if (SkStrStartsWith(string, "no") && strlen(string) > 2) { in match()
234 if (SkStrStartsWith(argv[j], '-')) { in Parse()
298 if (i + 1 < argc && !SkStrStartsWith(argv[i + 1], '-')) { in Parse()
313 if (end == argv[i + 1] && SkStrStartsWith(argv[i + 1], '-')) { in Parse()
335 if (SkStrStartsWith(argv[i], "NSDocumentRevisions") || in Parse()
336 SkStrStartsWith(argv[i], "-NSDocumentRevisions")) { in Parse()
/third_party/skia/include/core/
H A DSkString.h28 static inline bool SkStrStartsWith(const char string[], const char prefixStr[]) { in SkStrStartsWith() function
33 static inline bool SkStrStartsWith(const char string[], const char prefixChar) { in SkStrStartsWith() function
142 return SkStrStartsWith(fRec->data(), prefixStr); in startsWith()
145 return SkStrStartsWith(fRec->data(), prefixChar); in startsWith()
/third_party/skia/tools/trace/
H A DEventTracingPriv.cpp55 if (SkStrStartsWith(name, TRACE_CATEGORY_PREFIX)) { in getCategoryGroupEnabled()
/third_party/skia/tools/gpu/gl/
H A DGLTestContext.h60 if (!SkStrStartsWith(name, "gl")) {
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp94 if (!SkStrStartsWith(name, fPrefix.c_str())) { in acceptKey()

Completed in 4 milliseconds