Home
last modified time | relevance | path

Searched refs:phys_width_mm (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dframebuffer.c135 qfbuff->phys_width_mm = (int)(0.5 + 25.4 * qfbuff->width / x_dpi); in qframebuffer_set_dpi()
146 qfbuff->phys_width_mm = width_mm; in qframebuffer_set_mm()
205 temp = qfbuff->phys_width_mm; in qframebuffer_rotate()
206 qfbuff->phys_width_mm = qfbuff->phys_height_mm; in qframebuffer_rotate()
Dframebuffer.h57 int phys_width_mm; member