Searched refs:dvoff (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 1258 int dvoff; in prt_get_cpl() local 1267 dvoff = GetDeviceCaps(prt_dlg.hDC, PHYSICALOFFSETX); 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() 1292 int dvoff; in prt_get_lpp() local 1299 dvoff = GetDeviceCaps(prt_dlg.hDC, PHYSICALOFFSETY); 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()
|