Searched defs:fIsCoincident (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkIntersections.h53 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 member in class:SkIntersections

Completed in 78 milliseconds