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

/inkscape/src/livarot/
H A DPathStroke.cpp243 int &leftNo, int &rightNo)
258 rightNo = dest->AddPoint (x);
259 dest->AddEdge (rightNo, brightNo);
266 rightNo = dest->AddPoint (pos - width * nor);
268 dest->AddEdge (rightNo, mid);
276 rightNo = dest->AddPoint (ex);
278 RecRound (dest, rightNo, leftNo, ex, sx, -nor, nor, pos, width);
283 rightNo = 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