Lines Matching refs:endButt
43 Geom::Point endButt;
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.ccw();
180 dest->LineTo (endPos-width*endNor+width*endButt);
181 dest->LineTo (endPos+width*endNor+width*endButt);
184 dest->LineTo (endPos+width*endButt);
216 Geom::Point endButt, endPos;
222 miter, true, false, endPos, endButt);
241 Geom::Point endButt, endPos;
327 endPos, endButt);