Searched refs:append_path (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/
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...]
H A Dlpe-transform_2pts.h69 bool append_path; member in class:Inkscape::LivePathEffect::LPETransform2Pts
H A Dlpe-transform_2pts.cpp48 append_path(false),
138 append_path = false;
151 append_path = false;
/inkscape/src/display/
H A Dcairo-utils.h80 void append_path(Geom::PathVector const &pv);
H A Dcairo-utils.cpp110 void CairoContext::append_path(Geom::PathVector const &pv) function in class:Inkscape::CairoContext

Completed in 22 milliseconds