Home
last modified time | relevance | path

Searched refs:gLegal (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/
H A 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/skia/fuzz/
H A 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()

Completed in 1 milliseconds