Searched refs:outline_join (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/helper/ |
H A D | geom-pathstroke.h | 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);
|
H A D | geom-pathstroke.cpp | 982 outline_join(res, temp, tang[0], tang[1], width, miter, join); 990 outline_join(res, temp, tang[0], tang[1], width, miter, join); 1002 outline_join(temp, temp2, tang[0], tang[1], width, miter, join); 1013 void outline_join(Geom::Path &res, Geom::Path const& temp, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, Inkscape::LineJoinType join) function in namespace:Inkscape
|
Completed in 17 milliseconds