Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11wm.c531 #define MM_PER_INCH 25.4 macro
549 xdpi = (int)(width * MM_PER_INCH / width_mm + 0.5);
550 ydpi = (int)(height * MM_PER_INCH / height_mm + 0.5);