Searched refs:lastNode (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcola/
H A Dstraightener.cpp264 Node* lastNode=NULL; local
272 if(lastNode!=NULL) {
273 //printf(" Rule A: Constraint: v%d +g <= v%d\n",lastNode->id,(*i)->id);
274 cs.push_back(createConstraint(lastNode,*i,dim));
276 lastNode=*i;
280 lastNode=NULL;
286 lastNode=NULL;
290 if(lastNode!=NULL) {
291 if((*i)->edge->isEnd(lastNode->id)) {
306 lastNode
[all...]

Completed in 13 milliseconds