Home
last modified time | relevance | path

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

/external/qemu/hw/
Dgoldfish_fb.c214 pixels_to_mm(int pixels, int dpi) in pixels_to_mm() function
576 ret = pixels_to_mm( ds_get_width(s->ds), s->dpi ); in goldfish_fb_read()
581 ret = pixels_to_mm( ds_get_height(s->ds), s->dpi ); in goldfish_fb_read()