Home | History | Annotate | Download | only in pathops

Lines Matching defs:fIndex

25         return fContour->addCoincident(fIndex, other.fContour, other.fIndex, ts, swap);
31 fContour->addOtherT(fIndex, index, otherT, otherIndex);
36 return fContour->addPartialCoincident(fIndex, other.fContour, other.fIndex, ts, index,
46 return fContour->addT(fIndex, other.fContour, other.fIndex, pt, newT);
50 return fContour->addSelfT(fIndex, pt, newT);
54 return ++fIndex < fLast;
59 fContour->alignTPt(fIndex, other.fContour, other.fIndex, swap, index, ts, point);
67 return fContour->segments()[fIndex].bounds();
72 fIndex = 0;
77 return fContour == next.fContour && fIndex + 1 == next.fIndex;
81 return fContour == next.fContour && fIndex == 0
82 && next.fIndex == fLast - 1;
86 const SkOpSegment& segment = fContour->segments()[fIndex];
98 return fContour->segments()[fIndex].pts();
106 const SkOpSegment& segment = fContour->segments()[fIndex];
121 fIndex = after.fIndex;
130 return fContour->segments()[fIndex].verb();
154 int fIndex;