Searched defs:append_path (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-transform_2pts.h69 bool append_path; member in class:Inkscape::LivePathEffect::LPETransform2Pts
H A Dlpe-copy_rotate.cpp233 Geom::Path append_path = original; local
255 append_path = original;
257 append_path *= m;
259 if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(), append_path.finalPoint())) {
260 Geom::Path tmp_append = append_path.reversed();
263 } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].initialPoint(), append_path.initialPoint())) {
264 Geom::Path tmp_append = append_path;
268 } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(), append_path.initialPoint())) {
269 Geom::Path tmp_append = append_path;
272 } else if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].initialPoint(), append_path
[all...]
/inkscape/src/display/
H A Dcairo-utils.cpp110 void CairoContext::append_path(Geom::PathVector const &pv) function in class:Inkscape::CairoContext

Completed in 18 milliseconds