Home
last modified time | relevance | path

Searched refs:physsize (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mswin.c1216 to_device_units(int idx, int dpi, int physsize, int offset, int def_number) in to_device_units() argument
1234 ret = (physsize * nr) / 100; in to_device_units()
H A Dhardcopy.c2148 to_device_units(int idx, double physsize, int def_number) in to_device_units() argument
2176 ret = (float)(physsize * nr) / 100; in to_device_units()