Lines Matching refs:SkString
14 const SkString input1("#this is not a realshader\nvec4 some stuff;outside of a function;"
17 const SkString input2("{nowin a function;{indenting;{abit more;dreadedfor((;;)(;)((;;);)){"
21 const SkString input3(" dangerous\ndo so at your own\n risk*/;\n\n\t\t\t\n"
23 const SkString input4("breaking in comment");
24 const SkString input5("continuing the comment");
25 const SkString input6("\n}}a; little ; love; for ; leading; spaces;} "
29 const SkString output1(
84 const SkString neg1("{;;{{{{;;;{{{{{{{{{{{");
85 const SkString neg2("###\n##\n#####(((((((((((((unbalanced verything;;;");
86 const SkString neg3("}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}"
105 SkString test = GrGLSLPrettyPrint::PrettyPrintGLSL(testStr.begin(), lengths.begin(), in DEF_TEST()