Home
last modified time | relevance | path

Searched refs:SkStrSplit (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/tests/
DStringTest.cpp204 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/
DCommonFlagsConfig.cpp412 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/
DSkString.h296 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/
DOpsHandler.cpp24 SkStrSplit(url, "/", &commands); in handle()
DEnableGPUHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DColorModeHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DOpBoundsHandler.cpp25 SkStrSplit(url, "/", &commands); in handle()
DClipAlphaHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DOverdrawHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DInfoHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DDataHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DImgHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
DCmdHandler.cpp25 SkStrSplit(url, "/", &commands); in handle()
DBreakHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
/third_party/skia/src/gpu/
DGrShaderUtils.cpp195 SkStrSplit(text.c_str(), "\n", kStrict_SkStrSplitMode, &lines); in VisitLineByLine()
/third_party/skia/modules/particles/include/
DSkParticleSerialization.h35 SkStrSplit(s.c_str(), "\n", kStrict_SkStrSplitMode, &lines); in visit()
/third_party/skia/tools/
DMSKPPlayer.cpp295 SkStrSplit(key, "|", kStrict_SkStrSplitMode, &tokens); in onDrawAnnotation()
/third_party/skia/src/core/
DSkString.cpp624 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode, in SkStrSplit() function
/third_party/skia/tools/debugger/
DDebugCanvas.cpp400 SkStrSplit(key, "|", kStrict_SkStrSplitMode, &tokens); in onDrawAnnotation()
/third_party/skia/src/gpu/gl/
DGrGLUtil.cpp579 SkStrSplit(innerString, ",", &parts); in get_angle_gl_vendor_and_renderer()
/third_party/skia/dm/
DDM.cpp439 SkStrSplit(contents.c_str(), kNewline, &hashes); in gather_uninteresting_hashes()