Home
last modified time | relevance | path

Searched refs:SkStrSplit (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/tests/
H A 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(", in DEF_TEST()
[all...]
/third_party/skia/tools/flags/
H A 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/
H A 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/
H A DClipAlphaHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DColorModeHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DDataHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DEnableGPUHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DInfoHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DOpBoundsHandler.cpp25 SkStrSplit(url, "/", &commands); in handle()
H A DOpsHandler.cpp24 SkStrSplit(url, "/", &commands); in handle()
H A DOverdrawHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DImgHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
H A DCmdHandler.cpp25 SkStrSplit(url, "/", &commands); in handle()
H A DBreakHandler.cpp26 SkStrSplit(url, "/", &commands); in handle()
/third_party/skia/src/gpu/
H A DGrShaderUtils.cpp195 SkStrSplit(text.c_str(), "\n", kStrict_SkStrSplitMode, &lines); in VisitLineByLine()
H A DGrResourceCache.cpp169 SkStrSplit(info.substr(STEP_INDEX, info.length() - STEP_INDEX).c_str(), ";", &lines); in dumpInfo()
/third_party/skia/modules/particles/include/
H A DSkParticleSerialization.h35 SkStrSplit(s.c_str(), "\n", kStrict_SkStrSplitMode, &lines);
/third_party/skia/tools/
H A DMSKPPlayer.cpp295 SkStrSplit(key, "|", kStrict_SkStrSplitMode, &tokens);
/third_party/skia/src/core/
H A DSkString.cpp624 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode, in SkStrSplit() function
/third_party/skia/src/gpu/gl/
H A DGrGLUtil.cpp579 SkStrSplit(innerString, ",", &parts); in get_angle_gl_vendor_and_renderer()
/third_party/skia/tools/debugger/
H A DDebugCanvas.cpp400 SkStrSplit(key, "|", kStrict_SkStrSplitMode, &tokens);
/third_party/skia/dm/
H A DDM.cpp435 // Copy to a string to make sure SkStrSplit has a terminating \0 to find. in gather_uninteresting_hashes()
439 SkStrSplit(contents.c_str(), kNewline, &hashes); in gather_uninteresting_hashes()

Completed in 14 milliseconds