Searched refs:text_y (Results 1 – 1 of 1) sorted by relevance
172 int text_x[2], text_y[2], cursor_invalidate; member584 s->text_y[0] = MIN(s->text_y[0], y); in text_update_xy()585 s->text_y[1] = MAX(s->text_y[1], y); in text_update_xy()667 s->text_y[0] = 0; in console_refresh()669 s->text_y[1] = s->height - 1; in console_refresh()752 s->text_y[0] = 0; in console_put_lf()754 s->text_y[1] = s->height - 1; in console_put_lf()1257 src = (s->y_base + s->text_y[0]) * s->width; in text_console_update()1258 chardata += s->text_y[0] * s->width; in text_console_update()1259 for (i = s->text_y[0]; i <= s->text_y[1]; i ++) in text_console_update()[all …]