Lines Matching defs:lastI
260 int lastI = AssemblePoints (lastChgtPt, lastPointNo);
309 CheckAdjacencies (lastI, lastChgtPt, shapeHead, edgeHead);
311 CheckEdges (lastI, lastChgtPt, a, NULL, bool_op_union);
313 for (int i = lastChgtPt; i < lastI; i++) {
322 if (lastI < lastPointNo) {
323 _pts[lastI] = getPoint(lastPointNo);
324 pData[lastI] = pData[lastPointNo];
326 lastPointNo = lastI;
327 _pts.resize(lastI + 1);
572 int lastI = AssemblePoints (lastChgtPt, numberOfPoints());
618 CheckAdjacencies (lastI, lastChgtPt, shapeHead, edgeHead);
620 CheckEdges (lastI, lastChgtPt, a, NULL, bool_op_union);
622 for (int i = lastChgtPt; i < lastI; i++)
633 _pts.resize(lastI);
1060 int lastI = AssemblePoints (lastChgtPt, lastPointNo);
1110 CheckAdjacencies (lastI, lastChgtPt, shapeHead, edgeHead);
1112 CheckEdges (lastI, lastChgtPt, a, b, mod);
1114 for (int i = lastChgtPt; i < lastI; i++)
1126 if (lastI < lastPointNo)
1128 _pts[lastI] = getPoint(lastPointNo);
1129 pData[lastI] = pData[lastPointNo];
1131 lastPointNo = lastI;
1132 _pts.resize(lastI + 1);
1389 int lastI = AssemblePoints (lastChgtPt, numberOfPoints());
1436 CheckAdjacencies (lastI, lastChgtPt, shapeHead, edgeHead);
1438 CheckEdges (lastI, lastChgtPt, a, b, mod);
1440 for (int i = lastChgtPt; i < lastI; i++)
1451 _pts.resize(lastI);
2122 int lastI = st;
2124 pData[i].pending = lastI++;
2142 lastI--;
2153 return lastI;
2163 int lastI = AssemblePoints (0, numberOfPoints());
2173 _pts.resize(lastI);