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

/inkscape/src/livarot/
H A DPathStroke.cpp87 dest->AddEdge (end[LEFT], last[LEFT]);
88 dest->AddEdge (last[RIGHT], end[RIGHT]);
153 dest->AddEdge (end[LEFT], last[LEFT]);
154 dest->AddEdge (last[RIGHT], end[RIGHT]);
204 dest->AddEdge(nSt[LEFT], last[LEFT]);
206 dest->AddEdge(last[RIGHT], nSt[RIGHT]);
224 dest->AddEdge (nSt[LEFT], last[LEFT]);
226 dest->AddEdge (last[RIGHT], nSt[RIGHT]);
229 dest->AddEdge (start[LEFT], last[LEFT]);
230 dest->AddEdge (las
[all...]
H A DPathConversion.cpp1317 lEdge = dest->AddEdge(first + lastM, first+pathEnd);
1335 lEdge = dest->AddEdge(first + curP, first + pathEnd);
1365 lEdge = dest->AddEdge(first + lastM, first + pathEnd);
1398 dest->AddEdge(first + lastM, first + pathEnd);
1407 lEdge = dest->AddEdge(first+curP, first+pathEnd);
1424 dest->AddEdge(first + lastM, first + pathEnd);
1455 lEdge = dest->AddEdge(first + pathEnd, first+lastM);
1470 lEdge = dest->AddEdge(first + pathEnd, first + curP);
1497 lEdge = dest->AddEdge(first + pathEnd, first + lastM);
1530 dest->AddEdge(firs
[all...]
H A DShape.h140 int AddEdge(int st, int en);
144 int AddEdge(int st, int en, int leF, int riF);
H A DShapeMisc.cpp708 int nEd=AddEdge (a->swsData[i].stPt, a->swsData[i].enPt);
714 AddEdge (a->swsData[i].stPt, a->swsData[i].enPt);
864 int nEd=AddEdge (a->swsData[i].stPt, a->swsData[i].enPt);
870 AddEdge (a->swsData[i].stPt, a->swsData[i].enPt);
H A DShapeSweep.cpp1469 int nEd=AddEdge(getEdge(i).en,getEdge(i).st);
3267 ne = AddEdge (lp, iTo);
3269 ne = AddEdge (iTo, lp);
3274 ne = AddEdge (iTo, lp);
3276 ne = AddEdge (lp, iTo);
H A DShape.cpp1121 Shape::AddEdge (int st, int en) function in class:Shape
1185 Shape::AddEdge (int st, int en, int leF, int riF) function in class:Shape

Completed in 89 milliseconds