Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.cpp156 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
157 fIsCoincident[0] -= ((fIsCoincident[0] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()
158 SkASSERT(!(coBit ^ (fIsCoincident[1] & (1 << index)))); in removeOne()
159 fIsCoincident[1] -= ((fIsCoincident[1] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()