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

/inkscape/src/libvpsc/
H A Dgenerate-constraints.cpp48 Node *firstAbove, *firstBelow; member in struct:vpsc::Node
51 firstAbove=firstBelow=NULL;
201 u->firstBelow=v;
206 v->firstBelow=u;
231 Node *l=v->firstAbove, *r=v->firstBelow;
235 l->firstBelow = v->firstBelow;
278 u->firstBelow=v;
283 v->firstBelow=u;
288 Node *l=v->firstAbove, *r=v->firstBelow;
[all...]
/inkscape/src/libavoid/
H A Dorthogonal.cpp218 Node *firstAbove, *firstBelow; member in struct:Avoid::Node
227 firstBelow(NULL)
238 firstBelow(NULL)
249 firstBelow(NULL)
279 Node *curr = firstBelow;
282 curr = curr->firstBelow;
310 Node *curr = firstBelow;
318 curr = curr->firstBelow;
364 curr = firstBelow;
374 curr = curr->firstBelow;
[all...]

Completed in 18 milliseconds