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

/inkscape/src/livarot/
H A DPathOutline.cpp159 Geom::Point endNor=endButt.ccw(); local
161 dest->ArcTo (endPos+width*endNor, 1.0001 * width, 1.0001 * width, 0.0, true, true);
163 dest->LineTo (endPos-width*endNor+width*endButt);
164 dest->LineTo (endPos+width*endNor+width*endButt);
165 dest->LineTo (endPos+width*endNor);
168 dest->LineTo (endPos+width*endNor);
170 dest->LineTo (endPos+width*endNor);
176 endNor=endButt.ccw();
178 dest->ArcTo (endPos+width*endNor, 1.0001 * width, 1.0001 * width, 0.0, true, true);
180 dest->LineTo (endPos-width*endNor
[all...]

Completed in 15 milliseconds