Lines Matching refs:xsize

292 	tp.tp_col = scp->xsize;  in scteken_sync_internal()
548 cursor = tp->tp_row * scp->xsize + tp->tp_col; in scteken_putchar()
557 mark_for_update(scp, imin(cursor + 1, scp->xsize * scp->ysize - 1)); in scteken_putchar()
578 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) { in scteken_fill()
580 sc_vtb_erase(&scp->vtb, r->tr_begin.tp_row * scp->xsize, in scteken_fill()
581 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize, in scteken_fill()
589 scp->xsize + r->tr_begin.tp_col, in scteken_fill()
596 r->tr_begin.tp_row * scp->xsize + r->tr_begin.tp_col); in scteken_fill()
598 (r->tr_end.tp_row - 1) * scp->xsize + (r->tr_end.tp_col - 1)); in scteken_fill()
616 r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize && in scteken_copy()
622 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) { in scteken_copy()
624 sc_vtb_move(&scp->vtb, r->tr_begin.tp_row * scp->xsize, in scteken_copy()
625 p->tp_row * scp->xsize, in scteken_copy()
626 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize); in scteken_copy()
633 src = r->tr_begin.tp_row * scp->xsize + in scteken_copy()
635 end = r->tr_end.tp_row * scp->xsize + in scteken_copy()
637 dst = p->tp_row * scp->xsize + p->tp_col; in scteken_copy()
642 src += scp->xsize; in scteken_copy()
643 dst += scp->xsize; in scteken_copy()
647 src = (r->tr_end.tp_row - 1) * scp->xsize + in scteken_copy()
649 end = r->tr_begin.tp_row * scp->xsize + in scteken_copy()
652 r->tr_begin.tp_row - 1) * scp->xsize + p->tp_col; in scteken_copy()
657 src -= scp->xsize; in scteken_copy()
658 dst -= scp->xsize; in scteken_copy()
665 p->tp_row * scp->xsize + p->tp_col); in scteken_copy()
668 scp->xsize + in scteken_copy()