Lines Matching refs:tr_begin
998 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; in gfx_fb_fill()
1001 for (p.tp_col = r->tr_begin.tp_col; in gfx_fb_fill()
1116 sx = s->tr_begin.tp_col * width; in gfx_fb_copy_area()
1117 sy = s->tr_begin.tp_row * height; in gfx_fb_copy_area()
1121 width *= (s->tr_end.tp_col - s->tr_begin.tp_col + 1); in gfx_fb_copy_area()
1195 sr.tr_begin.tp_col = s->tp_col + x; in gfx_fb_copy_line()
1196 sr.tr_begin.tp_row = s->tp_row; in gfx_fb_copy_line()
1222 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in gfx_fb_copy()
1223 ncol = r->tr_end.tp_col - r->tr_begin.tp_col; in gfx_fb_copy()
1229 soffset = r->tr_begin.tp_col + r->tr_begin.tp_row * state->tg_tp.tp_col; in gfx_fb_copy()
1240 s = r->tr_begin; in gfx_fb_copy()
1243 s.tp_row = r->tr_begin.tp_row + y; in gfx_fb_copy()
1250 s.tp_row = r->tr_begin.tp_row + y; in gfx_fb_copy()
1641 r.tr_begin.tp_col = ux1; in gfx_term_drawrect()
1642 r.tr_begin.tp_row = uy1; in gfx_term_drawrect()
1832 rect.tr_begin.tp_col = ux1 / gfx_state.tg_font.vf_width; in gfx_fb_putimage()
1833 rect.tr_begin.tp_row = uy1 / gfx_state.tg_font.vf_height; in gfx_fb_putimage()