Searched refs:phyw (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 1257 int phyw; in prt_get_cpl() local 1266 phyw = GetDeviceCaps(prt_dlg.hDC, PHYSICALWIDTH); in prt_get_cpl() 1270 rev_offset = phyw - (dvoff + hr); in prt_get_cpl() 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() 1291 int phyw; in prt_get_lpp() local 1298 phyw = GetDeviceCaps(prt_dlg.hDC, PHYSICALHEIGHT); in prt_get_lpp() 1302 rev_offset = phyw - (dvoff + vr); in prt_get_lpp() 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()
|