Searched refs:height_mm (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Dframebuffer.h94 int height_mm );
H A Dframebuffer.c144 int height_mm )
147 qfbuff->phys_height_mm = height_mm;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c543 int height_mm = XDisplayHeightMM(display, screen); local
545 if (width_mm <= 0 || height_mm <= 0) {
550 ydpi = (int)(height * MM_PER_INCH / height_mm + 0.5);

Completed in 78 milliseconds