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

  /external/skia/tools/
random_parse_path.cpp 30 const char gWhiteSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0, ' ', ' ', ' ', ' ', 0x09, 0x0D, 0x0A };
39 int index = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1);
40 if (gWhiteSpace[index]) {
41 atom->append(&gWhiteSpace[index], 1);
  /external/skqp/tools/
random_parse_path.cpp 30 const char gWhiteSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0, ' ', ' ', ' ', ' ', 0x09, 0x0D, 0x0A };
39 int index = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1);
40 if (gWhiteSpace[index]) {
41 atom->append(&gWhiteSpace[index], 1);
  /external/skia/fuzz/
FuzzParsePath.cpp 35 static const char gWhiteSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0, ' ', ' ', ' ', ' ', 0x09, 0x0D, 0x0A };
48 fuzz->nextRange(&index, 0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1);
49 if (gWhiteSpace[index]) {
50 atom->append(&gWhiteSpace[index], 1);
  /external/skqp/fuzz/
FuzzParsePath.cpp 35 static const char gWhiteSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0, ' ', ' ', ' ', ' ', 0x09, 0x0D, 0x0A };
48 fuzz->nextRange(&index, 0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1);
49 if (gWhiteSpace[index]) {
50 atom->append(&gWhiteSpace[index], 1);

Completed in 3266 milliseconds