Searched refs:add_white (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/ |
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()
|
/external/skia/tools/ |
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()
|
/external/skia/fuzz/ |
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()
|
/external/skqp/fuzz/ |
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()
|