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

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

Completed in 36 milliseconds