Lines Matching defs:join

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);
173 dest, calls, 0.0025 * width * width, width, join, butt,
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,
343 double tolerance, double width, JoinType join,
389 OutlineJoin (dest, firstP, curT, firstT, width, join,
406 OutlineJoin (dest, pos, curT, stNor, width, join,
415 OutlineJoin (dest, enPos, enNor, firstT, width, join,
431 OutlineJoin (dest, firstP, curT, firstT, width, join,
447 OutlineJoin (dest, stPos, curT, stNor, width, join,
455 OutlineJoin (dest, enPos, enNor, firstT, width, join,
505 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
555 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
611 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
669 if (stTle > 0) OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
700 OutlineJoin (dest, pos, curT, stNor, width, join, miter, nType);
736 OutlineJoin (dest, pos, stTgt, stNor, width, join, miter, nType);
1171 JoinType join, double miter, int nType)
1191 if ((fabs(angSi) < .0000001) && angCo > 0) { // The join is straight -> nothing to do.
1194 || (angSi < 0 && width < 0)) { // This is an inside join -> join is independent of chosen JoinType.
1211 } else { // This is an outside join -> chosen JoinType should be applied.
1212 if (join == join_round) {
1253 } else if (join == join_pointy) {
1269 } else { // Bevel join