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

/inkscape/src/livarot/
H A DAVL.h56 int Remove(AVLTree * &racine, bool rebalance = true);
76 int Remove(AVLTree * &racine, AVLTree * &startNode, int &diff);
H A Dsweep-tree.h49 /// Remove sweepevents attached to this node.
56 int Remove(SweepTreeList &list, SweepEventQueue &queue, bool rebalance = true);
H A Dsweep-tree.cpp251 SweepTree::Remove(SweepTreeList &list, SweepEventQueue &queue, function in class:SweepTree
256 int err = AVLTree::Remove(tempR, rebalance);
H A DAVL.cpp657 AVLTree::Remove (AVLTree * &racine, bool rebalance) function in class:AVLTree
661 int res = Remove (racine, startNode, remDiff);
668 AVLTree::Remove (AVLTree * &racine, AVLTree * &startNode, int &diff) function in class:AVLTree
H A DShapeRaster.cpp182 node->Remove(*sTree, *sEvts, true);
633 node->Remove(*sTree, *sEvts, true);
668 node->Remove(*sTree, *sEvts, true);
878 node->Remove(*sTree, *sEvts, true);
1054 node->Remove(*sTree,*sEvts,true);
1163 node->Remove(*sTree, *sEvts, true);
H A DShapeSweep.cpp436 node->Remove (*sTree, *sEvts, true);
1244 node->Remove (*sTree, *sEvts, true);

Completed in 3553 milliseconds