Home
last modified time | relevance | path

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

/external/qemu/
Dframebuffer.c95 qfbuff->phys_width_mm = (int)(0.5 + 25.4 * qfbuff->width / x_dpi); in qframebuffer_set_dpi()
106 qfbuff->phys_width_mm = width_mm; in qframebuffer_set_mm()
163 temp = qfbuff->phys_width_mm; in qframebuffer_rotate()
164 qfbuff->phys_width_mm = qfbuff->phys_height_mm; in qframebuffer_rotate()
Dframebuffer.h54 int phys_width_mm; member
/external/qemu/hw/
Dgoldfish_fb.c316 ret = s->qfbuff->phys_width_mm; in goldfish_fb_read()