Searched refs:SkStrStartsWith (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tools/flags/ |
H A D | CommandLineFlags.cpp | 93 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 D | SkString.h | 28 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 D | EventTracingPriv.cpp | 55 if (SkStrStartsWith(name, TRACE_CATEGORY_PREFIX)) { in getCategoryGroupEnabled()
|
/third_party/skia/tools/gpu/gl/ |
H A D | GLTestContext.h | 60 if (!SkStrStartsWith(name, "gl")) {
|
/third_party/skia/modules/skottie/utils/ |
H A D | SkottieUtils.cpp | 94 if (!SkStrStartsWith(name, fPrefix.c_str())) { in acceptKey()
|
Completed in 4 milliseconds