Searched refs:text_y (Results 1 – 1 of 1) sorted by relevance
58 int text_x[2], text_y[2], cursor_invalidate; member227 s->text_y[0] = 0; in console_refresh()229 s->text_y[1] = s->height - 1; in console_refresh()354 src = (s->y_base + s->text_y[0]) * s->width; in text_console_update()355 chardata += s->text_y[0] * s->width; in text_console_update()356 for (i = s->text_y[0]; i <= s->text_y[1]; i ++) in text_console_update()364 dpy_text_update(QEMU_CONSOLE(s), s->text_x[0], s->text_y[0], in text_console_update()365 s->text_x[1] - s->text_x[0], i - s->text_y[0]); in text_console_update()367 s->text_y[0] = s->height; in text_console_update()369 s->text_y[1] = 0; in text_console_update()[all …]