Searched refs:Remove (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/livarot/ |
H A D | AVL.h | 56 int Remove(AVLTree * &racine, bool rebalance = true); 76 int Remove(AVLTree * &racine, AVLTree * &startNode, int &diff);
|
H A D | sweep-tree.h | 49 /// Remove sweepevents attached to this node. 56 int Remove(SweepTreeList &list, SweepEventQueue &queue, bool rebalance = true);
|
H A D | sweep-tree.cpp | 251 SweepTree::Remove(SweepTreeList &list, SweepEventQueue &queue, function in class:SweepTree 256 int err = AVLTree::Remove(tempR, rebalance);
|
H A D | AVL.cpp | 657 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 D | ShapeRaster.cpp | 182 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 D | ShapeSweep.cpp | 436 node->Remove (*sTree, *sEvts, true); 1244 node->Remove (*sTree, *sEvts, true);
|
Completed in 3553 milliseconds