Home
last modified time | relevance | path

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

/external/qemu/
Dframebuffer.c104 int height_mm ) in qframebuffer_set_mm() argument
107 qfbuff->phys_height_mm = height_mm; in qframebuffer_set_mm()
Dframebuffer.h91 int height_mm );
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11wm.c544 int height_mm = XDisplayHeightMM(display, screen); local
546 if (width_mm <= 0 || height_mm <= 0) {
551 ydpi = (int)(height * MM_PER_INCH / height_mm + 0.5);