Lines Matching refs:tr_end
1013 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; in gfx_fb_fill()
1017 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in gfx_fb_fill()
1138 width *= (s->tr_end.tp_col - s->tr_begin.tp_col + 1); in gfx_fb_copy_area()
1208 sr.tr_end.tp_col = s->tp_col + x; in gfx_fb_copy_line()
1214 sr.tr_end.tp_col = s->tp_col + x; in gfx_fb_copy_line()
1215 sr.tr_end.tp_row = s->tp_row; in gfx_fb_copy_line()
1239 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in gfx_fb_copy()
1240 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in gfx_fb_copy()
1660 r.tr_end.tp_col = ux2 + 1; in gfx_term_drawrect()
1661 r.tr_end.tp_row = uy2 + 1; in gfx_term_drawrect()
1851 rect.tr_end.tp_col = (ux1 + fwidth) / gfx_state.tg_font.vf_width; in gfx_fb_putimage()
1852 rect.tr_end.tp_row = (uy1 + fheight) / gfx_state.tg_font.vf_height; in gfx_fb_putimage()