Searched refs:iWeight (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/livarot/
H A Dsweep-tree-list.cpp25 SweepTree *SweepTreeList::add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape */*iDst*/) argument
32 trees[n].MakeNew(iSrc, iBord, iWeight, iStartPoint);
H A Dsweep-tree-list.h25 SweepTree *add(Shape *iSrc, int iBord, int iWeight, int iStartPoint, Shape *iDst);
H A Dsweep-tree.h33 void MakeNew(Shape *iSrc, int iBord, int iWeight, int iStartPoint);
36 void ConvertTo(Shape *iSrc, int iBord, int iWeight, int iStartPoint);
H A Dsweep-tree.cpp32 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
46 if (iWeight >= 0)
51 if (iWeight >= 0)

Completed in 14 milliseconds