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

  /external/qemu/android/
framebuffer.c 135 qfbuff->phys_width_mm = (int)(0.5 + 25.4 * qfbuff->width / x_dpi);
146 qfbuff->phys_width_mm = width_mm;
205 temp = qfbuff->phys_width_mm;
206 qfbuff->phys_width_mm = qfbuff->phys_height_mm;
framebuffer.h 32 * phys_width_mm and phys_height_mm are physical dimensions expressed
57 int phys_width_mm; member in struct:QFrameBuffer
73 /* this computes phys_width_mm and phys_height_mm assuming a 165 dpi screen */
82 /* recompute phys_width_mm and phys_height_mm according to the emulated

Completed in 38 milliseconds