Lines Matching defs:new_pt
458 Point new_pt = (pt0+pt1)/2;
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);// - hdle_offset * double((is_top ? back_thickness : front_thickness));
504 res_comp_top.appendNew<CubicBezier>(last_top_hdle,new_hdle_in,new_pt);
510 res_comp_bot.appendNew<CubicBezier>(last_bot_hdle,new_hdle_in,new_pt);
515 res_comp.appendNew<CubicBezier>(last_hdle,new_hdle_in,new_pt);