Home
last modified time | relevance | path

Searched refs:ChunkMaskFor (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkBitSet.h43 *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