Lines Matching defs:fi
2372 int fi = 0;
2373 for (fi = lastPtUsed; fi < numberOfPoints(); fi++)
2375 if (getPoint(fi).incidentEdge[FIRST] >= 0 && swdData[getPoint(fi).incidentEdge[FIRST]].misc == 0)
2378 lastPtUsed = fi + 1;
2379 if (fi < numberOfPoints())
2381 int bestB = getPoint(fi).incidentEdge[FIRST];
2385 if (fi == 0)
2393 outsideW = Winding (getPoint(fi).x);
2397 outsideW = Winding (fi);
2400 if ( getPoint(fi).totalDegree() == 1 ) {
2401 if ( fi == getEdge(startBord).en ) {
2411 if (getEdge(startBord).en == fi)