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

  /external/chromium_org/third_party/skia/experimental/Intersection/
Intersections.h 22 bzero(fIsCoincident, sizeof(fIsCoincident));
28 if (!fIsCoincident[0]) {
29 SkASSERT(!fIsCoincident[0]);
35 if (fIsCoincident[0] & (1 << index)) {
39 if (fIsCoincident[1] & (1 << index)) {
64 fIsCoincident[0] |= bit;
65 fIsCoincident[1] |= bit;
130 unsigned short fIsCoincident[2]; // bit arrays, one bit set for each coincident T
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 26 sk_bzero(fIsCoincident, sizeof(fIsCoincident));
109 return (fIsCoincident[0] & 1 << index) != 0;
279 uint16_t fIsCoincident[2]; // bit set for each curve's coincident T

Completed in 51 milliseconds