Lines Matching refs:join
42 * @param[in] miter Miter limit. Only used when @a join is one of JOIN_MITER, JOIN_MITER_CLIP, and JOIN_EXTRAPOLATE.
43 * @param[in] join Line join type used during offset. Member of LineJoinType enum.
50 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL, LineCapType cap = BUTT_FLAT);
58 * @param[in] miter Miter limit. Only used when @a join is one of JOIN_MITER, JOIN_MITER_CLIP, and JOIN_EXTRAPOLATE.
59 * @param[in] join Line join type used during offset. Member of LineJoinType enum.
63 Geom::Path half_outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL);
66 * Builds a join on the provided path.
69 * @param[inout] res The path to build the join on.
70 * The outgoing path (or a portion thereof) will be appended after the join is created.
73 * @param[in] outgoing The segment to append on the outgoing portion of the join.
78 * @param[in] join
80 void outline_join(Geom::Path &res, Geom::Path const& outgoing, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, LineJoinType join);