Home
last modified time | relevance | path

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

/external/qemu/
Dconsole.c139 int text_x[2], text_y[2], cursor_invalidate; member
540 s->text_y[0] = MIN(s->text_y[0], y); in text_update_xy()
541 s->text_y[1] = MAX(s->text_y[1], y); in text_update_xy()
623 s->text_y[0] = 0; in console_refresh()
625 s->text_y[1] = s->height - 1; in console_refresh()
708 s->text_y[0] = 0; in console_put_lf()
710 s->text_y[1] = s->height - 1; in console_put_lf()
1206 src = (s->y_base + s->text_y[0]) * s->width; in text_console_update()
1207 chardata += s->text_y[0] * s->width; in text_console_update()
1208 for (i = s->text_y[0]; i <= s->text_y[1]; i ++) in text_console_update()
[all …]