Home | History | Annotate | Download | only in qemu

Lines Matching refs:y2

603     int y1, y2;
612 y2 = y1 - s->y_displayed;
613 if (y2 < 0)
614 y2 += s->total_height;
615 if (y2 < s->height) {
617 vga_putcharxy(s->ds, x, y2, c->ch,
619 invalidate_xy(s, x, y2);