HomeSort by relevance Sort by last modified time
    Searched refs:fIsCoincident (Results 1 - 10 of 10) sorted by null

  /external/skia/src/pathops/
SkIntersections.cpp 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
    [all...]
SkIntersections.h 53 fIsCoincident[0] &= ~bit;
54 fIsCoincident[1] &= ~bit;
129 return (fIsCoincident[0] & 1 << index) != 0;
195 sk_bzero(fIsCoincident, sizeof(fIsCoincident));
314 uint16_t fIsCoincident[2]; // bit set for each curve's coincident T
SkDLineIntersection.cpp 28 fIsCoincident[0] = fIsCoincident[1] = 0x03;
SkPathOpsDebug.cpp     [all...]
  /external/skqp/src/pathops/
SkIntersections.cpp 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
    [all...]
SkIntersections.h 53 fIsCoincident[0] &= ~bit;
54 fIsCoincident[1] &= ~bit;
129 return (fIsCoincident[0] & 1 << index) != 0;
195 sk_bzero(fIsCoincident, sizeof(fIsCoincident));
314 uint16_t fIsCoincident[2]; // bit set for each curve's coincident T
SkDLineIntersection.cpp 28 fIsCoincident[0] = fIsCoincident[1] = 0x03;
SkPathOpsDebug.cpp     [all...]
  /external/skia/tests/
PathOpsDebug.cpp 201 fIsCoincident[0] & (1 << index) ? "*" : "", fT[0][index],
202 fIsCoincident[1] & (1 << index) ? "*" : "", fT[1][index],
    [all...]
  /external/skqp/tests/
PathOpsDebug.cpp 201 fIsCoincident[0] & (1 << index) ? "*" : "", fT[0][index],
202 fIsCoincident[1] & (1 << index) ? "*" : "", fT[1][index],
    [all...]

Completed in 181 milliseconds