Lines Matching refs:tr_begin
1013 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; in gfx_fb_fill()
1016 for (p.tp_col = r->tr_begin.tp_col; in gfx_fb_fill()
1133 sx = s->tr_begin.tp_col * width; in gfx_fb_copy_area()
1134 sy = s->tr_begin.tp_row * height; in gfx_fb_copy_area()
1138 width *= (s->tr_end.tp_col - s->tr_begin.tp_col + 1); in gfx_fb_copy_area()
1212 sr.tr_begin.tp_col = s->tp_col + x; in gfx_fb_copy_line()
1213 sr.tr_begin.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()
1246 soffset = r->tr_begin.tp_col + r->tr_begin.tp_row * state->tg_tp.tp_col; in gfx_fb_copy()
1257 s = r->tr_begin; in gfx_fb_copy()
1260 s.tp_row = r->tr_begin.tp_row + y; in gfx_fb_copy()
1267 s.tp_row = r->tr_begin.tp_row + y; in gfx_fb_copy()
1658 r.tr_begin.tp_col = ux1; in gfx_term_drawrect()
1659 r.tr_begin.tp_row = uy1; in gfx_term_drawrect()
1849 rect.tr_begin.tp_col = ux1 / gfx_state.tg_font.vf_width; in gfx_fb_putimage()
1850 rect.tr_begin.tp_row = uy1 / gfx_state.tg_font.vf_height; in gfx_fb_putimage()