Lines Matching refs:text_x
172 int text_x[2], text_y[2], cursor_invalidate; member
582 s->text_x[0] = MIN(s->text_x[0], x); in text_update_xy()
583 s->text_x[1] = MAX(s->text_x[1], x); in text_update_xy()
666 s->text_x[0] = 0; in console_refresh()
668 s->text_x[1] = s->width - 1; in console_refresh()
751 s->text_x[0] = 0; in console_put_lf()
753 s->text_x[1] = s->width - 1; in console_put_lf()
1256 if (s->text_x[0] <= s->text_x[1]) { in text_console_update()
1265 dpy_update(s->ds, s->text_x[0], s->text_y[0], in text_console_update()
1266 s->text_x[1] - s->text_x[0], i - s->text_y[0]); in text_console_update()
1267 s->text_x[0] = s->width; in text_console_update()
1269 s->text_x[1] = 0; in text_console_update()