Searched refs:gWhiteSpace (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/ |
D | random_parse_path.cpp | 30 const char gWhiteSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0, ' ', ' ', ' ', ' ', 0x09, 0x0D, 0x0A }; variable 39 int index = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1); in add_white() 40 if (gWhiteSpace[index]) { in add_white() 41 atom->append(&gWhiteSpace[index], 1); in add_white()
|
/external/skia/fuzz/ |
D | FuzzParsePath.cpp | 35 static const char gWhiteSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0, ' ', ' ', ' ', ' ', 0x09, 0x0D, 0x0A }; variable 48 fuzz->nextRange(&index, 0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1); in add_white() 49 if (gWhiteSpace[index]) { in add_white() 50 atom->append(&gWhiteSpace[index], 1); in add_white()
|