Lines Matching refs:text_y
139 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()
1214 dpy_update(s->ds, s->text_x[0], s->text_y[0], in text_console_update()
1215 s->text_x[1] - s->text_x[0], i - s->text_y[0]); in text_console_update()
1217 s->text_y[0] = s->height; in text_console_update()
1219 s->text_y[1] = 0; in text_console_update()