Home
last modified time | relevance | path

Searched refs:legalIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/fuzz/
DFuzzParsePath.cpp78 uint8_t legalIndex; in MakeRandomParsePathPiece() local
79 fuzz->nextRange(&legalIndex, 0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece()
80 const Legal& legal = gLegal[legalIndex]; in MakeRandomParsePathPiece()
/third_party/skia/tools/
Drandom_parse_path.cpp70 int legalIndex = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece() local
71 const Legal& legal = gLegal[legalIndex]; in MakeRandomParsePathPiece()