HomeSort by relevance Sort by last modified time
    Searched refs:add_white (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
random_parse_path.cpp 32 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/skqp/tools/
random_parse_path.cpp 32 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/
FuzzParsePath.cpp 37 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);
  /external/skqp/fuzz/
FuzzParsePath.cpp 37 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 2924 milliseconds