Lines Matching refs:butt
24 void Path::Outline(Path *dest, double width, JoinType join, ButtType butt, double miter)
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);
160 if (butt == butt_round) {
162 } else if (butt == butt_square) {
166 } else if (butt == butt_pointy) {
173 dest, calls, 0.0025 * width * width, width, join, butt,
177 if (butt == butt_round) {
179 } else if (butt == butt_square) {
183 } else if (butt == butt_pointy) {
201 Path::OutsideOutline (Path * dest, double width, JoinType join, ButtType butt,
221 dest, calls, 0.0025 * width * width, width, join, butt,
226 Path::InsideOutline (Path * dest, double width, JoinType join, ButtType butt,
326 width, join, butt, miter, true, false,
344 ButtType /*butt*/, double miter, bool closeIfNeeded,