Searched refs:last_width (Results 1 – 4 of 4) sorted by relevance
1242 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 …]
125 uint32_t last_width, last_height; /* in chars or pixels */ member
471 uint32_t last_width; member1777 if (s->last_width != width || s->last_height != height) { in sm501_update_display()1780 s->last_width = width; in sm501_update_display()
381 int w1, x, y, last_width, w, h; in text_console_resize() local391 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()