Home | History | Annotate | Download | only in Intersection

Lines Matching refs:otherIndex

1648     void addOtherT(int index, double otherT, int otherIndex) {
1658 span.fOtherIndex = otherIndex;
4228 SkDebugf(" other=%d otherT=%1.9g otherIndex=%d windSum=",
4512 void addCoincident(int index, Contour* other, int otherIndex,
4518 coincidence.fSegments[1] = otherIndex;
4546 void addOtherT(int segIndex, int tIndex, double otherT, int otherIndex) {
4547 fSegments[segIndex].addOtherT(tIndex, otherT, otherIndex);
4556 int addT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) {
4558 return fSegments[segIndex].addT(&other->fSegments[otherIndex], pt, newT);
4561 int addSelfT(int segIndex, Contour* other, int otherIndex, const SkPoint& pt, double& newT) {
4563 return fSegments[segIndex].addSelfT(&other->fSegments[otherIndex], pt, newT);
4566 int addUnsortableT(int segIndex, Contour* other, int otherIndex, bool start,
4568 return fSegments[segIndex].addUnsortableT(&other->fSegments[otherIndex], start, pt, newT);
4652 int otherIndex = coincidence.fSegments[1];
4653 otherIndex];
4723 int otherIndex = coincidence.fSegments[1];
4724 Segment& other = otherContour->fSegments[otherIndex];
4787 int otherIndex = coincidence.fSegments[1];
4788 Segment& other = otherContour->fSegments[otherIndex];
5243 // FIXME: does it make sense to write otherIndex now if we're going to
5245 void addOtherT(int index, double otherT, int otherIndex) {
5246 fContour->addOtherT(fIndex, index, otherT, otherIndex);