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

  /external/skia/src/pathops/
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
  /external/skqp/src/pathops/
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

Completed in 60 milliseconds