Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.cpp169 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
170 fIsCoincident[0] -= ((fIsCoincident[0] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()
171 SkASSERT(!(coBit ^ (fIsCoincident[1] & (1 << index)))); in removeOne()
172 fIsCoincident[1] -= ((fIsCoincident[1] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()
/external/skqp/src/pathops/
DSkIntersections.cpp169 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
170 fIsCoincident[0] -= ((fIsCoincident[0] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()
171 SkASSERT(!(coBit ^ (fIsCoincident[1] & (1 << index)))); in removeOne()
172 fIsCoincident[1] -= ((fIsCoincident[1] >> 1) & ~((1 << index) - 1)) + coBit; in removeOne()