Searched refs:half_outline (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/helper/
H A Dgeom-pathstroke.h63 Geom::Path half_outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL);
H A Dgeom-pathstroke.cpp914 Geom::Path with_dir = half_outline(input, width/2., miter, join);
915 Geom::Path against_dir = half_outline(input.reversed(), width/2., miter, join);
954 Geom::Path half_outline(Geom::Path const& input, double width, double miter, LineJoinType join) function in namespace:Inkscape
/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp288 throwaway_path = half_outline(pathv_out[1], fabs(line_width)/2., miter_limit, static_cast<LineJoinType>(join_type.get_value()));
320 throwaway_path = half_outline(pathv_out[1].reversed(), fabs(line_width)/2., miter_limit, static_cast<LineJoinType>(join_type.get_value()));

Completed in 25 milliseconds