Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole-vc.c60 int text_x[2], text_y[2], cursor_invalidate; member
230 s->text_y[0] = 0; in console_refresh()
232 s->text_y[1] = s->height - 1; in console_refresh()
357 src = (s->y_base + s->text_y[0]) * s->width; in text_console_update()
358 chardata += s->text_y[0] * s->width; in text_console_update()
359 for (i = s->text_y[0]; i <= s->text_y[1]; i ++) in text_console_update()
367 dpy_text_update(QEMU_CONSOLE(s), s->text_x[0], s->text_y[0], in text_console_update()
368 s->text_x[1] - s->text_x[0], i - s->text_y[0]); in text_console_update()
370 s->text_y[0] = s->height; in text_console_update()
372 s->text_y[1] = 0; in text_console_update()
[all …]