Searched refs:disp_width (Results 1 – 1 of 1) sorted by relevance
1485 int disp_width, multi_scan, multi_run; in vga_draw_graphic() local1501 disp_width = width; in vga_draw_graphic()1526 disp_width <<= 1; in vga_draw_graphic()1536 disp_width <<= 1; in vga_draw_graphic()1619 disp_width != s->last_width || in vga_draw_graphic()1625 s->last_scr_width = disp_width; in vga_draw_graphic()1627 s->last_width = disp_width; in vga_draw_graphic()1634 (disp_width + 16) * sizeof(uint32_t)); in vga_draw_graphic()1646 surface = qemu_create_displaysurface_from(disp_width, in vga_draw_graphic()1651 qemu_console_resize(s->con, disp_width, height); in vga_draw_graphic()[all …]