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

/inkscape/src/live_effects/
H A Dlpe-copy_rotate.cpp232 Geom::PathVector tmp_path_helper; local
258 if (tmp_path_helper.size() > 0) {
259 if (Geom::are_near(tmp_path_helper[tmp_path_helper.size()-1].finalPoint(), append_path.finalPoint())) {
261 tmp_append.setInitial(tmp_path_helper[tmp_path_helper.size()-1].finalPoint());
262 tmp_path_helper[tmp_path_helper.size()-1].append(tmp_append);
263 } else if (Geom::are_near(tmp_path_helper[tmp_path_helper
[all...]

Completed in 10 milliseconds