Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DIntersections.cpp154 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
155 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()
/external/skia/experimental/Intersection/
DIntersections.cpp154 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
155 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()
/external/skia/src/pathops/
DSkIntersections.cpp175 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
176 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()
/external/chromium_org/third_party/skia/src/pathops/
DSkIntersections.cpp175 int coBit = fIsCoincident[0] & (1 << index); in removeOne() local
176 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()