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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp447 Point last_bot_hdle = linearSnake[comp][0]; local
505 res_comp_bot.appendNew<CubicBezier>(last_bot_hdle,inside_hdle_in,inside);
507 last_bot_hdle = inside_hdle_out;
510 res_comp_bot.appendNew<CubicBezier>(last_bot_hdle,new_hdle_in,new_pt);
512 last_bot_hdle = new_hdle_out;
525 res_comp_bot.appendNew<CubicBezier>(last_bot_hdle,linearSnake[comp][i],linearSnake[comp][i]);

Completed in 25 milliseconds