Searched refs:coBit (Results 1 – 4 of 4) sorted by relevance
154 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local155 fIsCoincident[0] -= ((fIsCoincident[0] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()156 SkASSERT(!(coBit ^ (fIsCoincident[1] & (1 << index)))); in removeOne()157 fIsCoincident[1] -= ((fIsCoincident[1] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()
175 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local176 fIsCoincident[0] -= ((fIsCoincident[0] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()177 SkASSERT(!(coBit ^ (fIsCoincident[1] & (1 << index)))); in removeOne()178 fIsCoincident[1] -= ((fIsCoincident[1] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()