Searched refs:MakeNew (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/livarot/ |
H A D | sweep-event.h | 26 void MakeNew (SweepTree * iLeft, SweepTree * iRight, Geom::Point const &iPt,
|
H A D | sweep-tree-list.cpp | 32 trees[n].MakeNew(iSrc, iBord, iWeight, iStartPoint);
|
H A D | AVL.h | 39 void MakeNew();
|
H A D | sweep-tree.h | 33 void MakeNew(Shape *iSrc, int iBord, int iWeight, int iStartPoint);
|
H A D | sweep-event.cpp | 29 events[n].MakeNew (iLeft, iRight, px, itl, itr); 230 MakeNew (NULL, NULL, Geom::Point(0, 0), 0, 0); 238 void SweepEvent::MakeNew(SweepTree *iLeft, SweepTree *iRight, Geom::Point const &px, double itl, double itr) function in class:SweepEvent
|
H A D | sweep-tree.cpp | 32 SweepTree::MakeNew(Shape *iSrc, int iBord, int iWeight, int iStartPoint) function in class:SweepTree 34 AVLTree::MakeNew();
|
H A D | AVL.cpp | 18 MakeNew(); 26 void AVLTree::MakeNew() function in class:AVLTree
|
Completed in 14 milliseconds