Home
last modified time | relevance | path

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

/external/qemu/android/
Dframebuffer.c143 int width_mm, in qframebuffer_set_mm() argument
146 qfbuff->phys_width_mm = width_mm; in qframebuffer_set_mm()
Dframebuffer.h93 int width_mm,
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11wm.c541 int width_mm = XDisplayWidthMM(display, screen); local
545 if (width_mm <= 0 || height_mm <= 0) {
549 xdpi = (int)(width * MM_PER_INCH / width_mm + 0.5);