Home
last modified time | relevance | path

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

/third_party/skia/tools/
Drandom_parse_path.cpp14 } gLegal[] = { variable
70 int legalIndex = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece()
71 const Legal& legal = gLegal[legalIndex]; in MakeRandomParsePathPiece()
/third_party/flutter/skia/tools/
Drandom_parse_path.cpp14 } gLegal[] = { variable
70 int index = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece()
71 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece()
/third_party/skia/fuzz/
DFuzzParsePath.cpp20 } gLegal[] = { variable
79 fuzz->nextRange(&legalIndex, 0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece()
80 const Legal& legal = gLegal[legalIndex]; in MakeRandomParsePathPiece()
/third_party/flutter/skia/fuzz/
DFuzzParsePath.cpp20 } gLegal[] = { variable
79 fuzz->nextRange(&index, 0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece()
80 const Legal& legal = gLegal[index]; in MakeRandomParsePathPiece()