Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga.c1242 if (width != s->last_width || height != s->last_height || in vga_draw_text()
1250 s->last_width = width; in vga_draw_text()
1619 disp_width != s->last_width || in vga_draw_graphic()
1627 s->last_width = disp_width; in vga_draw_graphic()
1827 s->last_width = -1; in vga_invalidate_display()
1869 s->last_width = 0; in vga_common_reset()
1922 if (s->last_width == -1) { in vga_update_text()
1923 s->last_width = 0; in vga_update_text()
1962 if (width != s->last_width || height != s->last_height || in vga_update_text()
1969 s->last_width = width; in vga_update_text()
[all …]
H A Dvga_int.h125 uint32_t last_width, last_height; /* in chars or pixels */ member
H A Dsm501.c471 uint32_t last_width; member
1777 if (s->last_width != width || s->last_height != height) { in sm501_update_display()
1780 s->last_width = width; in sm501_update_display()
/openbmc/qemu/ui/
H A Dconsole-vc.c381 int w1, x, y, last_width, w, h; in text_console_resize() local
391 last_width = t->width; in text_console_resize()
395 w1 = MIN(t->width, last_width); in text_console_resize()
401 c1 = &t->cells[y * last_width]; in text_console_resize()