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;
69 int otherIndex = coincidence.fSegments[1];
70 SkOpSegment& other = otherContour->fSegments[otherIndex];
140 int otherIndex = coincidence.fSegments[1];
147 if (this == otherContour && otherIndex == innerThisIndex) {
155 if (otherContour == innerOtherContour && otherIndex == innerThisIndex) {
162 bool SkOpContour::addPartialCoincident(int index, SkOpContour* other, int otherIndex,
176 coincidence.fSegments[1] = otherIndex;
209 int otherIndex = coincidence.fSegments[1];
210 const SkOpSegment* other = &otherContour->fSegments[otherIndex];
219 void SkOpContour::alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex,
226 other->alignPt(otherIndex, point, zeroPt);
292 int otherIndex = coincidence.fSegments[1];
299 if (this == otherContour && otherIndex == innerThisIndex) {
307 if (otherContour == innerOtherContour && otherIndex == innerThisIndex) {
484 int otherIndex = coincidence.fSegments[1];
485 SkOpSegment& other = otherContour->fSegments[otherIndex];
542 int otherIndex = coincidence.fSegments[1];
543 SkOpSegment& other = otherContour->fSegments[otherIndex];
594 int otherIndex = coincidence.fSegments[1];
595 SkOpSegment& other = otherContour->fSegments[otherIndex];