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

/inkscape/src/livarot/
H A DPathStroke.cpp163 Geom::Point nextD = nextP - curP; local
165 double nextLe = Geom::L2(nextD);
167 nextD = StrokeNormalize(nextD, nextLe);
170 DoJoin(dest, width, join, curP, prevD, nextD, miter, prevLe, nextLe, start, last);
172 nextD = -nextD;
173 DoButt(dest, width, butt, curP, nextD, last[RIGHT], last[LEFT]);
174 nextD = -nextD;
[all...]

Completed in 13 milliseconds