Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mswin.c1006 static int prt_left_margin; variable
1272 prt_left_margin = to_device_units(OPT_PRINT_LEFT, dpi, phyw, dvoff, 10); in prt_get_cpl()
1276 prt_left_margin += prt_number_width; in prt_get_cpl()
1284 return (prt_right_margin - prt_left_margin) / prt_tm.tmAveCharWidth; in prt_get_cpl()
1629 TextOutW(prt_dlg.hDC, prt_pos_x + prt_left_margin, in mch_print_text_out()
1642 ret = (prt_pos_x + prt_left_margin + sz.cx > prt_right_margin); in mch_print_text_out()
H A Dhardcopy.c1339 static float prt_left_margin; variable
2219 prt_left_margin += prt_number_width; in prt_get_cpl()
2224 return (int)((prt_right_margin - prt_left_margin) / prt_char_width); in prt_get_cpl()
2550 prt_left_margin = (float)left; in mch_print_init()
3209 prt_pos_x = prt_left_margin; in mch_print_start_line()