Searched refs:JOIN_BEVEL (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/helper/ |
H A D | geom-pathstroke.h | 19 JOIN_BEVEL, enumerator in enum:Inkscape::LineJoinType 50 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL, LineCapType cap = BUTT_FLAT); 63 Geom::Path half_outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL);
|
H A D | geom-pathstroke.cpp | 1033 case Inkscape::JOIN_BEVEL:
|
/inkscape/src/live_effects/ |
H A D | lpe-jointype.cpp | 31 {JOIN_BEVEL, N_("Beveled"), "bevel"},
|
H A D | lpe-taperstroke.cpp | 63 {JOIN_BEVEL, N_("Beveled"), "bevel"},
|
Completed in 676 milliseconds