Lines Matching refs:append_path
233 Geom::Path append_path = original;
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.finalPoint())) {
273 Geom::Path tmp_append = append_path.reversed();
277 } else if (Geom::are_near(tmp_path_helper[0].finalPoint(), append_path.finalPoint())) {
278 Geom::Path tmp_append = append_path.reversed();
281 } else if (Geom::are_near(tmp_path_helper[0].initialPoint(), append_path.initialPoint())) {
282 Geom::Path tmp_append = append_path;
287 tmp_path_helper.push_back(append_path);
293 tmp_path_helper.push_back(append_path);