HomeSort by relevance Sort by last modified time
    Searched refs:height_mm (Results 1 - 3 of 3) sorted by null

  /external/qemu/
framebuffer.h 91 int height_mm );
framebuffer.c 104 int height_mm )
107 qfbuff->phys_height_mm = height_mm;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 544 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);

Completed in 1160 milliseconds