Searched refs:groupBit (Results 1 – 1 of 1) sorted by relevance
87 const uint8_t groupBit = 1 << (groupIndex % 8); in loadPathsIfNeeded() local89 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in loadPathsIfNeeded()102 fGeneratedPaths[groupByte] |= groupBit; in loadPathsIfNeeded()125 const uint8_t groupBit = 1 << (groupIndex % 8); in assertPathsLoaded() local127 SkASSERT(fGeneratedPaths[groupByte] & groupBit); in assertPathsLoaded()