Lines Matching refs:text_y
58 int text_x[2], text_y[2], cursor_invalidate; member
227 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()
443 s->text_y[0] = 0; in vc_put_lf()
445 s->text_y[1] = s->height - 1; in vc_put_lf()
566 s->text_y[0] = MIN(s->text_y[0], y); in vc_update_xy()
567 s->text_y[1] = MAX(s->text_y[1], y); in vc_update_xy()