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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp458 Point new_pt = (pt0+pt1)/2; local
463 new_pt[Y] += double(top_edge_variation)-top_edge_variation.get_value()/2.;
465 new_pt[X] += double(top_tgt_variation)-top_tgt_variation.get_value()/2.;
472 new_pt[Y] += double(bot_edge_variation)-bot_edge_variation.get_value()/2.;
474 new_pt[X] += double(bot_tgt_variation)-bot_tgt_variation.get_value()/2.;
480 Point new_hdle_in = new_pt + (pt0-pt1) * (scale_in /2.);
481 Point new_hdle_out = new_pt - (pt0-pt1) * (scale_out/2.);
487 Point inside = new_pt;
491 inside_hdle_in = inside + (new_hdle_in -new_pt);// + hdle_offset * double((is_top ? front_thickness : back_thickness));
492 inside_hdle_out = inside + (new_hdle_out-new_pt);//
[all...]

Completed in 42 milliseconds