Searched refs:to_device_units (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 1216 to_device_units(int idx, int dpi, int physsize, int offset, int def_number) in to_device_units() function 1272 prt_left_margin = to_device_units(OPT_PRINT_LEFT, dpi, phyw, dvoff, 10); in prt_get_cpl() 1281 prt_right_margin = hr - to_device_units(OPT_PRINT_RIGHT, dpi, phyw, in prt_get_cpl() 1304 prt_top_margin = to_device_units(OPT_PRINT_TOP, dpi, phyw, dvoff, 5); in prt_get_lpp() 1309 bottom_margin = vr - to_device_units(OPT_PRINT_BOT, dpi, phyw, in prt_get_lpp()
|
| H A D | hardcopy.c | 2148 to_device_units(int idx, double physsize, int def_number) in to_device_units() function 2195 *left = to_device_units(OPT_PRINT_LEFT, width, 10); in prt_page_margins() 2196 *right = width - to_device_units(OPT_PRINT_RIGHT, width, 5); in prt_page_margins() 2197 *top = height - to_device_units(OPT_PRINT_TOP, height, 5); in prt_page_margins() 2198 *bottom = to_device_units(OPT_PRINT_BOT, height, 5); in prt_page_margins()
|