Home
last modified time | relevance | path

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

/external/skqp/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/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.cpp33 static bool gEasy = false; // set to true while debugging to suppress unusual whitespace variable
39 if (gEasy) { in add_white()
63 if (gEasy) { in add_comma()
81 gEasy ? atom.append("\n") : add_white(fuzz, &atom); in MakeRandomParsePathPiece()
/external/skqp/fuzz/
DFuzzParsePath.cpp33 static bool gEasy = false; // set to true while debugging to suppress unusual whitespace variable
39 if (gEasy) { in add_white()
63 if (gEasy) { in add_comma()
81 gEasy ? atom.append("\n") : add_white(fuzz, &atom); in MakeRandomParsePathPiece()