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

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1402 static float prt_char_width; variable
2318 prt_char_width = (float)PRT_PS_FONT_TO_USER(font_scale, prt_ps_font->wx);
2327 prt_number_width = PRINT_NUMBER_WIDTH * prt_char_width;
2340 return (int)((prt_right_margin - prt_left_margin) / prt_char_width);
2897 bbox[2] = (int)(left + psettings->chars_per_line * prt_char_width
2910 bbox[3] = (int)(bottom + psettings->chars_per_line * prt_char_width
3389 char_width = prt_char_width;
3430 prt_pos_x += prt_char_width/4;
3438 prt_pos_x += prt_char_width/4;
3587 next_pos = prt_pos_x + prt_char_width;
[all...]

Completed in 113 milliseconds