Searched refs:add_white (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A Drandom_parse_path.cpp32 static void add_white(SkRandom* rand, SkString* atom) { function
52 add_white(rand, atom);
57 add_white(rand, atom);
64 add_white(rand, atom);
72 gEasy ? atom.append("\n") : add_white(rand, &atom);
79 add_white(rand, &atom);
/external/skia/fuzz/
H A DFuzzParsePath.cpp37 static void add_white(Fuzz* fuzz, SkString* atom) { function
57 add_white(fuzz, atom);
66 add_white(fuzz, atom);
80 gEasy ? atom.append("\n") : add_white(fuzz, &atom);
91 add_white(fuzz, &atom);

Completed in 106 milliseconds