Lines Matching full:oindex
1362 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) {
1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]);
1380 for (int oIndex = 0; oIndex < thisRayI.used(); ++oIndex) {
1381 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) {
1384 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex));
1388 oppCloseIndex = oIndex;