Home
last modified time | relevance | path

Searched refs:text_x (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
229 s->text_x[0] = 0; in console_refresh()
231 s->text_x[1] = s->width - 1; in console_refresh()
356 if (s->text_x[0] <= s->text_x[1]) { 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()
369 s->text_x[0] = s->width; in text_console_update()
371 s->text_x[1] = 0; in text_console_update()
445 s->text_x[0] = 0; in vc_put_lf()
447 s->text_x[1] = s->width - 1; in vc_put_lf()
[all …]