Lines Matching refs:tr_end
601 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) { in scteken_fill()
604 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize, in scteken_fill()
608 width = r->tr_end.tp_col - r->tr_begin.tp_col; in scteken_fill()
610 for (row = r->tr_begin.tp_row; row < r->tr_end.tp_row; row++) { in scteken_fill()
621 (r->tr_end.tp_row - 1) * scp->xsize + (r->tr_end.tp_col - 1)); in scteken_fill()
639 r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize && in scteken_copy()
645 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) { in scteken_copy()
649 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize); in scteken_copy()
652 width = r->tr_end.tp_col - r->tr_begin.tp_col; in scteken_copy()
658 end = r->tr_end.tp_row * scp->xsize + in scteken_copy()
659 r->tr_end.tp_col; in scteken_copy()
670 src = (r->tr_end.tp_row - 1) * scp->xsize + in scteken_copy()
674 dst = (p->tp_row + r->tr_end.tp_row - in scteken_copy()
690 (p->tp_row + r->tr_end.tp_row - r->tr_begin.tp_row - 1) * in scteken_copy()
692 (p->tp_col + r->tr_end.tp_col - r->tr_begin.tp_col - 1)); in scteken_copy()