Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga.c1242 if (width != s->last_width || height != s->last_height || in vga_draw_text()
1251 s->last_height = height; in vga_draw_text()
1620 height != s->last_height || in vga_draw_graphic()
1628 s->last_height = height; in vga_draw_graphic()
1828 s->last_height = -1; in vga_invalidate_display()
1870 s->last_height = 0; in vga_common_reset()
1962 if (width != s->last_width || height != s->last_height || in vga_update_text()
1970 s->last_height = height; in vga_update_text()
2056 s->last_height = height = 3; in vga_update_text()
H A Dvga_int.h125 uint32_t last_width, last_height; /* in chars or pixels */ member
H A Dsm501.c472 uint32_t last_height; member
1777 if (s->last_width != width || s->last_height != height) { in sm501_update_display()
1781 s->last_height = height; in sm501_update_display()