Home | History | Annotate | Download | only in qemu

Lines Matching full:text_x

172     int text_x[2], text_y[2], cursor_invalidate;
582 s->text_x[0] = MIN(s->text_x[0], x);
583 s->text_x[1] = MAX(s->text_x[1], x);
666 s->text_x[0] = 0;
668 s->text_x[1] = s->width - 1;
751 s->text_x[0] = 0;
753 s->text_x[1] = s->width - 1;
1256 if (s->text_x[0] <= s->text_x[1]) {
1265 dpy_update(s->ds, s->text_x[0], s->text_y[0],
1266 s->text_x[1] - s->text_x[0], i - s->text_y[0]);
1267 s->text_x[0] = s->width;
1269 s->text_x[1] = 0;