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.c58 int text_x[2], text_y[2], cursor_invalidate; member
226 s->text_x[0] = 0; in console_refresh()
228 s->text_x[1] = s->width - 1; in console_refresh()
353 if (s->text_x[0] <= s->text_x[1]) { in text_console_update()
365 s->text_x[1] - s->text_x[0], i - s->text_y[0]); in text_console_update()
366 s->text_x[0] = s->width; in text_console_update()
368 s->text_x[1] = 0; in text_console_update()
442 s->text_x[0] = 0; in vc_put_lf()
444 s->text_x[1] = s->width - 1; in vc_put_lf()
564 s->text_x[0] = MIN(s->text_x[0], x); in vc_update_xy()
[all …]