Searched refs:qemu_edid_dpi_to_mm (Results 1 – 3 of 3) sorted by relevance
122 info.width_mm = qemu_edid_dpi_to_mm(dpi, info.prefx); in main()123 info.height_mm = qemu_edid_dpi_to_mm(dpi, info.prefy); in main()
23 uint32_t qemu_edid_dpi_to_mm(uint32_t dpi, uint32_t res);
335 uint32_t qemu_edid_dpi_to_mm(uint32_t dpi, uint32_t res) in qemu_edid_dpi_to_mm() function413 width_mm = qemu_edid_dpi_to_mm(dpi, info->prefx); in qemu_edid_generate()414 height_mm = qemu_edid_dpi_to_mm(dpi, info->prefy); in qemu_edid_generate()