Searched defs:leftNo (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathStroke.cpp243 int &leftNo, int &rightNo)
256 leftNo = dest->AddPoint (x);
261 dest->AddEdge (bleftNo, leftNo);
265 leftNo = dest->AddPoint (pos + width * nor);
269 dest->AddEdge (mid, leftNo);
275 leftNo = dest->AddPoint (sx);
278 RecRound (dest, rightNo, leftNo, ex, sx, -nor, nor, pos, width);
282 leftNo = dest->AddPoint (pos + width * nor);
284 dest->AddEdge (rightNo, leftNo);
242 DoButt(Shape *dest, double width, ButtType butt, Geom::Point pos, Geom::Point dir, int &leftNo, int &rightNo) argument

Completed in 23 milliseconds