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

/inkscape/src/livarot/
H A DAVL.cpp657 AVLTree::Remove (AVLTree * &racine, bool rebalance) argument
662 if (res == avl_no_err && rebalance && startNode)
805 AVLTree * insertR, bool rebalance)
808 if (res == avl_no_err && rebalance)
804 Insert(AVLTree * &racine, int insertType, AVLTree * insertL, AVLTree * insertR, bool rebalance) argument
H A Dsweep-tree.cpp252 bool rebalance)
256 int err = AVLTree::Remove(tempR, rebalance);
275 Shape *iDst, int iAtPoint, bool rebalance, bool sweepSens)
304 static_cast<AVLTree *>(insertR), rebalance);
317 bool rebalance, bool sweepSens)
464 static_cast<AVLTree *>(insertR), rebalance);
251 Remove(SweepTreeList &list, SweepEventQueue &queue, bool rebalance) argument
274 Insert(SweepTreeList &list, SweepEventQueue &queue, Shape *iDst, int iAtPoint, bool rebalance, bool sweepSens) argument
315 InsertAt(SweepTreeList &list, SweepEventQueue &queue, Shape * , SweepTree *insNode, int fromPt, bool rebalance, bool sweepSens) argument

Completed in 627 milliseconds