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

/inkscape/src/livarot/
H A Dsweep-tree.h45 int Find(Geom::Point const &iPt, SweepTree *newOne, SweepTree *&insertL,
H A Dsweep-tree.cpp74 // find the position at which node "newOne" should be inserted in the subtree rooted here
77 // px is the upper endpoint of newOne
79 SweepTree::Find(Geom::Point const &px, SweepTree *newOne, SweepTree *&insertL, argument
98 //if ( startPoint == newOne->startPoint ) {
106 // newOne to know if it goes toward my left side or my right side
111 nNorm = newOne->src->eData[newOne->bord].rdx;
112 if (newOne->src->getEdge(newOne->bord).st >
113 newOne
[all...]

Completed in 36 milliseconds