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