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

/inkscape/src/libvpsc/
H A Dsolve_VPSC.cpp255 ConstraintList::iterator deletePoint = end; local
262 deletePoint=i;
267 // move the last element over the deletePoint and resize
270 if(deletePoint != end && (minSlack<ZERO_UPPERBOUND||v->equality)) {
271 *deletePoint = l[l.size()-1];
/inkscape/src/libavoid/
H A Dvpsc.cpp409 Constraints::iterator deletePoint = end; local
416 deletePoint=i;
421 // move the last element over the deletePoint and resize
425 if((deletePoint != end) && (((minSlack < ZERO_UPPERBOUND) && !v->active) || v->equality)) {
426 *deletePoint = l[l.size()-1];

Completed in 20 milliseconds