Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhardcopy.c1345 static float prt_char_width; variable
2205 prt_char_width = (float)PRT_PS_FONT_TO_USER(font_scale, prt_ps_font->wx); in prt_font_metrics()
2214 prt_number_width = PRINT_NUMBER_WIDTH * prt_char_width; in prt_get_cpl()
2224 return (int)((prt_right_margin - prt_left_margin) / prt_char_width); in prt_get_cpl()
2773 bbox[2] = (int)(left + psettings->chars_per_line * prt_char_width in mch_print_begin()
2785 bbox[3] = (int)(bottom + psettings->chars_per_line * prt_char_width in mch_print_begin()
3234 char_width = prt_char_width; in mch_print_text_out()
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()
3420 next_pos = prt_pos_x + prt_char_width; in mch_print_text_out()