Searched refs:groupByte (Results 1 – 1 of 1) sorted by relevance
86 const int groupByte = groupIndex / 8; in loadPathsIfNeeded() local89 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in loadPathsIfNeeded()102 fGeneratedPaths[groupByte] |= groupBit; in loadPathsIfNeeded()124 const int groupByte = groupIndex / 8; in assertPathsLoaded() local127 SkASSERT(fGeneratedPaths[groupByte] & groupBit); in assertPathsLoaded()