Home | History | Annotate | Download | only in pathops

Lines Matching refs:fIsCoincident

35     if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) {
81 fIsCoincident[0] += fIsCoincident[0] & clearMask;
82 fIsCoincident[1] += fIsCoincident[1] & clearMask;
118 fIsCoincident[0] |= bit;
119 fIsCoincident[1] |= bit;
159 // SkASSERT(fIsCoincident[0] == 0);
160 int coBit = fIsCoincident[0] & (1 << index);
161 fIsCoincident[0] -= ((fIsCoincident[0] >> 1) & ~((1 << index) - 1)) + coBit;
162 SkASSERT(!(coBit ^ (fIsCoincident[1] & (1 << index))));
163 fIsCoincident[1] -= ((fIsCoincident[1] >> 1) & ~((1 << index) - 1)) + coBit;