Searched defs:endButt (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathOutline.cpp | 43 Geom::Point endButt; local 151 join, butt, miter, true, false, endPos, endButt); 154 width, join, butt, miter, true, false, endPos, endButt); 158 join, butt, miter, false, false, endPos, endButt); 159 Geom::Point endNor=endButt.ccw(); 163 dest->LineTo (endPos-width*endNor+width*endButt); 164 dest->LineTo (endPos+width*endNor+width*endButt); 167 dest->LineTo (endPos+width*endButt); 174 miter, false, true, endPos, endButt); 176 endNor=endButt 216 Geom::Point endButt, endPos; local 241 Geom::Point endButt, endPos; local [all...] |
Completed in 16 milliseconds