Lines Matching refs:tr_begin

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()
585 width = r->tr_end.tp_col - r->tr_begin.tp_col; in scteken_fill()
587 for (row = r->tr_begin.tp_row; row < r->tr_end.tp_row; row++) { in scteken_fill()
588 sc_vtb_erase(&scp->vtb, r->tr_begin.tp_row * 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()
616 r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize && in scteken_copy()
617 r->tr_begin.tp_row == p->tp_row + 1) { 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()
626 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize); in scteken_copy()
629 width = r->tr_end.tp_col - r->tr_begin.tp_col; in scteken_copy()
631 if (p->tp_row < r->tr_begin.tp_row) { in scteken_copy()
633 src = r->tr_begin.tp_row * scp->xsize + in scteken_copy()
634 r->tr_begin.tp_col; in scteken_copy()
648 r->tr_begin.tp_col; in scteken_copy()
649 end = r->tr_begin.tp_row * scp->xsize + in scteken_copy()
650 r->tr_begin.tp_col; in scteken_copy()
652 r->tr_begin.tp_row - 1) * scp->xsize + p->tp_col; in scteken_copy()
667 (p->tp_row + r->tr_end.tp_row - r->tr_begin.tp_row - 1) * in scteken_copy()
669 (p->tp_col + r->tr_end.tp_col - r->tr_begin.tp_col - 1)); in scteken_copy()