/third_party/skia/tests/ |
D | StringTest.cpp | 204 SkStrSplit("a-_b_c-dee--f-_-_-g-", "-_", &results); in DEF_TEST() 214 SkStrSplit("\n", "\n", &results); in DEF_TEST() 218 SkStrSplit("", "\n", &results); in DEF_TEST() 222 SkStrSplit("a", "\n", &results); in DEF_TEST() 228 SkStrSplit("a-_b_c-dee--f-_-_-g-", "-_", kStrict_SkStrSplitMode, &results); in DEF_TEST() 245 SkStrSplit("\n", "\n", kStrict_SkStrSplitMode, &results); in DEF_TEST() 251 SkStrSplit("", "\n", kStrict_SkStrSplitMode, &results); in DEF_TEST() 255 SkStrSplit("a", "\n", kStrict_SkStrSplitMode, &results); in DEF_TEST() 260 SkStrSplit(",,", ",", kStrict_SkStrSplitMode, &results); in DEF_TEST() 267 SkStrSplit(",a,b,", ",", kStrict_SkStrSplitMode, &results); in DEF_TEST()
|
/third_party/skia/tools/flags/ |
D | CommonFlagsConfig.cpp | 412 SkStrSplit(optionsString.c_str(), ",", kStrict_SkStrSplitMode, &optionParts); in ExtendedOptions() 415 SkStrSplit(optionParts[i].c_str(), "=", kStrict_SkStrSplitMode, &keyValueParts); in ExtendedOptions() 701 SkStrSplit(tag.c_str(), "[", kStrict_SkStrSplitMode, &parts); in ParseConfigs() 704 SkStrSplit(parts[1].c_str(), "]", kStrict_SkStrSplitMode, &parts2); in ParseConfigs() 706 SkStrSplit(parts[0].c_str(), "-", kStrict_SkStrSplitMode, &vias); in ParseConfigs() 720 SkStrSplit(tag.c_str(), "-", kStrict_SkStrSplitMode, &vias); in ParseConfigs()
|
/third_party/skia/include/core/ |
D | SkString.h | 296 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode, 298 inline void SkStrSplit(const char* str, const char* delimiters, SkTArray<SkString>* out) { in SkStrSplit() function 299 SkStrSplit(str, delimiters, kCoalesce_SkStrSplitMode, out); in SkStrSplit()
|
/third_party/skia/tools/skiaserve/urlhandlers/ |
D | OpsHandler.cpp | 24 SkStrSplit(url, "/", &commands); in handle()
|
D | EnableGPUHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | ColorModeHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | OpBoundsHandler.cpp | 25 SkStrSplit(url, "/", &commands); in handle()
|
D | ClipAlphaHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | OverdrawHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | InfoHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | DataHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | ImgHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
D | CmdHandler.cpp | 25 SkStrSplit(url, "/", &commands); in handle()
|
D | BreakHandler.cpp | 26 SkStrSplit(url, "/", &commands); in handle()
|
/third_party/skia/src/gpu/ |
D | GrShaderUtils.cpp | 195 SkStrSplit(text.c_str(), "\n", kStrict_SkStrSplitMode, &lines); in VisitLineByLine()
|
/third_party/skia/modules/particles/include/ |
D | SkParticleSerialization.h | 35 SkStrSplit(s.c_str(), "\n", kStrict_SkStrSplitMode, &lines); in visit()
|
/third_party/skia/tools/ |
D | MSKPPlayer.cpp | 295 SkStrSplit(key, "|", kStrict_SkStrSplitMode, &tokens); in onDrawAnnotation()
|
/third_party/skia/src/core/ |
D | SkString.cpp | 624 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode, in SkStrSplit() function
|
/third_party/skia/tools/debugger/ |
D | DebugCanvas.cpp | 400 SkStrSplit(key, "|", kStrict_SkStrSplitMode, &tokens); in onDrawAnnotation()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLUtil.cpp | 579 SkStrSplit(innerString, ",", &parts); in get_angle_gl_vendor_and_renderer()
|
/third_party/skia/dm/ |
D | DM.cpp | 439 SkStrSplit(contents.c_str(), kNewline, &hashes); in gather_uninteresting_hashes()
|