Home
last modified time | relevance | path

Searched refs:prt_pos_x (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dhardcopy.c3203 static float prt_pos_x = 0; variable
3209 prt_pos_x = prt_left_margin; in mch_print_start_line()
3211 prt_pos_x -= prt_number_width; in mch_print_start_line()
3273 prt_pos_x += prt_char_width/4; in mch_print_text_out()
3281 prt_pos_x += prt_char_width/4; in mch_print_text_out()
3297 prt_pos_x_moveto = prt_pos_x; in mch_print_text_out()
3417 prt_pos_x += char_width; in mch_print_text_out()
3420 next_pos = prt_pos_x + prt_char_width; in mch_print_text_out()
H A Dos_mswin.c1603 static int prt_pos_x = 0; variable
1610 prt_pos_x = -prt_number_width; in mch_print_start_line()
1612 prt_pos_x = 0; in mch_print_start_line()
1629 TextOutW(prt_dlg.hDC, prt_pos_x + prt_left_margin, in mch_print_text_out()
1633 prt_pos_x += (sz.cx - prt_tm.tmOverhang); in mch_print_text_out()
1642 ret = (prt_pos_x + prt_left_margin + sz.cx > prt_right_margin); in mch_print_text_out()