Lines Matching refs:join
141 // - stroke the path; usual parameters: type of cap=butt, type of join=join and miter (see LivarotDefs.h)
143 void Stroke(Shape *dest, bool doClose, double width, JoinType join,
149 void Outline(Path *dest, double width, JoinType join, ButtType butt,
153 void OutsideOutline(Path *dest, double width, JoinType join, ButtType butt,
157 void InsideOutline (Path * dest, double width, JoinType join, ButtType butt,
321 double tolerance, double width, JoinType join,
324 void DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join,
338 double width, JoinType join, double miter, int nType);
356 static void DoJoin (Shape * dest, double width, JoinType join, Geom::Point pos,
359 static void DoLeftJoin (Shape * dest, double width, JoinType join, Geom::Point pos,
362 static void DoRightJoin (Shape * dest, double width, JoinType join, Geom::Point pos,