Searched defs:LineJoinType (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/helper/
H A Dgeom-pathstroke.h18 enum LineJoinType { enum in namespace:Inkscape
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);
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);
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);
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp157 enum LineJoinType { enum in namespace:Inkscape::LivePathEffect
318 LineJoinType jointype,
635 LineJoinType jointype = static_cast<LineJoinType>(linejoin_type.get_value());

Completed in 17 milliseconds