Searched refs:fGeneratedPaths (Results 1 – 2 of 2) sorted by relevance
89 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in loadPathsIfNeeded()102 fGeneratedPaths[groupByte] |= groupBit; in loadPathsIfNeeded()127 SkASSERT(fGeneratedPaths[groupByte] & groupBit); in assertPathsLoaded()147 mutable SkTArray<uint8_t, true /*MEM_COPY*/> fGeneratedPaths; variable
17 fGeneratedPaths.reset((numGroups + 7) / 8); // 1 bit per path group. in GrPathRange()18 memset(&fGeneratedPaths.front(), 0, fGeneratedPaths.count()); in GrPathRange()