Searched refs:physsize (Results 1 – 2 of 2) sorted by relevance
1216 to_device_units(int idx, int dpi, int physsize, int offset, int def_number) in to_device_units() argument1234 ret = (physsize * nr) / 100; in to_device_units()
2148 to_device_units(int idx, double physsize, int def_number) in to_device_units() argument2176 ret = (float)(physsize * nr) / 100; in to_device_units()