Searched refs:oIndex (Results 1 – 1 of 1) sorted by relevance
1445 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) { in linesIntersect() local1447 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1463 for (int oIndex = 0; oIndex < thisRayI.used(); ++oIndex) { in linesIntersect() local1464 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()1467 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()1471 oppCloseIndex = oIndex; in linesIntersect()