Searched refs:next_pos (Results 1 – 1 of 1) sorted by relevance
3229 float next_pos; in mch_print_text_out() local3420 next_pos = prt_pos_x + prt_char_width; in mch_print_text_out()3421 need_break = (next_pos > prt_right_margin) && in mch_print_text_out()3422 ((next_pos - prt_right_margin) > (prt_right_margin*1e-5)); in mch_print_text_out()