Searched defs:lastI (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DShapeSweep.cpp260 int lastI = AssemblePoints (lastChgtPt, lastPointNo); local
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 local
1060 int lastI = AssemblePoints (lastChgtPt, lastPointNo); local
1389 int lastI = AssemblePoints (lastChgtPt, numberOfPoints()); local
2122 int lastI = st; local
2163 int lastI = AssemblePoints (0, numberOfPoints()); local
[all...]

Completed in 13 milliseconds