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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp446 Point last_top_hdle = linearSnake[comp][0]; local
504 res_comp_top.appendNew<CubicBezier>(last_top_hdle,new_hdle_in,new_pt);
506 last_top_hdle = new_hdle_out;
509 res_comp_top.appendNew<CubicBezier>(last_top_hdle,inside_hdle_in,inside);
511 last_top_hdle = inside_hdle_out;
524 res_comp_top.appendNew<CubicBezier>(last_top_hdle,linearSnake[comp][i],linearSnake[comp][i]);

Completed in 21 milliseconds