Searched refs:ChunkMaskFor (Results 1 – 1 of 1) sorted by relevance
43 *this->chunkFor(index) |= ChunkMaskFor(index); in set()56 *this->chunkFor(index) &= ~ChunkMaskFor(index); in reset()68 return SkToBool(*this->chunkFor(index) & ChunkMaskFor(index)); in test()138 static constexpr Chunk ChunkMaskFor(size_t index) { in ChunkMaskFor() function