Home
last modified time | relevance | path

Searched refs:add_white (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/
Drandom_parse_path.cpp32 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/
Drandom_parse_path.cpp32 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/
DFuzzParsePath.cpp38 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/
DFuzzParsePath.cpp38 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()