Searched refs:legalIndex (Results 1 – 2 of 2) sorted by relevance
78 uint8_t legalIndex; in MakeRandomParsePathPiece() local79 fuzz->nextRange(&legalIndex, 0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece()80 const Legal& legal = gLegal[legalIndex]; in MakeRandomParsePathPiece()
70 int legalIndex = rand->nextRangeU(0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece() local71 const Legal& legal = gLegal[legalIndex]; in MakeRandomParsePathPiece()