Searched refs:add_white (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tools/ |
H A D | random_parse_path.cpp | 32 static void add_white(SkRandom* rand, SkString* atom) { in add_white() function 52 add_white(rand, atom); in add_comma() 57 add_white(rand, atom); in add_comma() 64 add_white(rand, atom); in add_some_white() 72 gEasy ? atom.append("\n") : add_white(rand, &atom); in MakeRandomParsePathPiece() 79 add_white(rand, &atom); in MakeRandomParsePathPiece()
|
/third_party/skia/fuzz/ |
H A D | FuzzParsePath.cpp | 38 static void add_white(Fuzz* fuzz, SkString* atom) { in add_white() function 58 add_white(fuzz, atom); in add_some_white() 67 add_white(fuzz, atom); in add_comma() 81 gEasy ? atom.append("\n") : add_white(fuzz, &atom); in MakeRandomParsePathPiece() 92 add_white(fuzz, &atom); in MakeRandomParsePathPiece()
|
Completed in 1 milliseconds