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

/macosx-10.10.1/vim-55/src/
H A Dhardcopy.c1660 #define PRT_PS_FONT_TO_USER(scale, size) ((size) * ((scale)/1000.0)) macro
2318 prt_char_width = (float)PRT_PS_FONT_TO_USER(font_scale, prt_ps_font->wx);
2375 prt_bgcol_offset = (float)PRT_PS_FONT_TO_USER(prt_line_height,
2379 prt_bgcol_offset -= (float)PRT_PS_FONT_TO_USER(prt_line_height,
3242 prt_def_var("UO", PRT_PS_FONT_TO_USER(prt_line_height,
3244 prt_def_var("UW", PRT_PS_FONT_TO_USER(prt_line_height,

Completed in 128 milliseconds