Searched refs:iSrc (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/livarot/ |
H A D | sweep-tree-list.cpp | 25 SweepTree *SweepTreeList::add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape */*iDst*/) argument 32 trees[n].MakeNew(iSrc, iBord, iWeight, iStartPoint);
|
H A D | sweep-tree-list.h | 25 SweepTree *add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape *iDst);
|
H A D | sweep-tree.h | 33 void MakeNew(Shape *iSrc, int iBord, int iWeight, int iStartPoint); 36 void ConvertTo(Shape *iSrc, int iBord, int iWeight, int iStartPoint);
|
H A D | sweep-tree.cpp | 32 SweepTree::MakeNew(Shape *iSrc, int iBord, int iWeight, int iStartPoint) argument 35 ConvertTo(iSrc, iBord, iWeight, iStartPoint); 39 SweepTree::ConvertTo(Shape *iSrc, int iBord, int iWeight, int iStartPoint) argument 41 src = iSrc;
|
Completed in 16 milliseconds