Home | History | Annotate | Download | only in pathops

Lines Matching refs:otherIndex

12 bool SkOpContour::addCoincident(int index, SkOpContour* other, int otherIndex,
26 coincidence.fSegments[1] = otherIndex;
63 int otherIndex = coincidence.fSegments[1];
64 SkOpSegment& other = otherContour->fSegments[otherIndex];
127 bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int otherIndex,
141 coincidence.fSegments[1] = otherIndex;
190 int otherIndex = coincidence.fSegments[1];
191 SkOpSegment& other = otherContour->fSegments[otherIndex];
238 int otherIndex = coincidence.fSegments[1];
239 SkOpSegment& other = otherContour->fSegments[otherIndex];