Home
last modified time | relevance | path

Searched refs:gEasy (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Drandom_parse_path.cpp27 bool gEasy = false; // set to true while debugging to suppress unusual whitespace variable
33 if (gEasy) { in add_white()
47 if (gEasy) { in add_comma()
72 gEasy ? atom.append("\n") : add_white(rand, &atom); in MakeRandomParsePathPiece()
/external/skia/fuzz/
DFuzzParsePath.cpp32 static bool gEasy = false; // set to true while debugging to suppress unusual whitespace variable
38 if (gEasy) { in add_white()
62 if (gEasy) { in add_comma()
80 gEasy ? atom.append("\n") : add_white(fuzz, &atom); in MakeRandomParsePathPiece()