Lines Matching refs:tr_begin
664 rect->tr_begin.tp_row = rect->tr_begin.tp_col = 0; in vt_termrect()
666 rect->tr_begin.tp_row = vt_logo_sprite_height; in vt_termrect()
672 rect->tr_begin.tp_row = in vt_termrect()
673 howmany(rect->tr_begin.tp_row, vf->vf_height); in vt_termrect()
709 vw->vw_draw_area.tr_begin.tp_col = 0; in vt_compute_drawable_area()
710 vw->vw_draw_area.tr_begin.tp_row = 0; in vt_compute_drawable_area()
712 vw->vw_draw_area.tr_begin.tp_row = vt_logo_sprite_height; in vt_compute_drawable_area()
728 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2; in vt_compute_drawable_area()
729 vw->vw_draw_area.tr_begin.tp_row = (height % vf->vf_height) / 2; in vt_compute_drawable_area()
731 vw->vw_draw_area.tr_begin.tp_row += vt_logo_sprite_height; in vt_compute_drawable_area()
732 vw->vw_draw_area.tr_end.tp_col = vw->vw_draw_area.tr_begin.tp_col + in vt_compute_drawable_area()
734 vw->vw_draw_area.tr_end.tp_row = vw->vw_draw_area.tr_begin.tp_row + in vt_compute_drawable_area()
1265 mx = vd->vd_mx_drawn + vd->vd_curwindow->vw_draw_area.tr_begin.tp_col; in vt_is_cursor_in_area()
1266 my = vd->vd_my_drawn + vd->vd_curwindow->vw_draw_area.tr_begin.tp_row; in vt_is_cursor_in_area()
1269 mx + vd->vd_mcursor->width <= area->tr_begin.tp_col || in vt_is_cursor_in_area()
1271 my + vd->vd_mcursor->height <= area->tr_begin.tp_row) in vt_is_cursor_in_area()
1291 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty()
1292 area.tr_begin.tp_row = y / vf->vf_height; in vt_mark_mouse_position_as_dirty()
1304 area.tr_begin.tp_col = x; in vt_mark_mouse_position_as_dirty()
1305 area.tr_begin.tp_row = y; in vt_mark_mouse_position_as_dirty()
1330 if (area->tr_begin.tp_row > 0) in vt_set_border()
1332 area->tr_begin.tp_row - 1, 1, c); in vt_set_border()
1335 if (area->tr_begin.tp_col > 0) in vt_set_border()
1336 drawrect(vd, 0, area->tr_begin.tp_row, in vt_set_border()
1337 area->tr_begin.tp_col - 1, area->tr_end.tp_row - 1, 1, c); in vt_set_border()
1341 drawrect(vd, area->tr_end.tp_col, area->tr_begin.tp_row, in vt_set_border()
1359 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vt_flush_to_buffer()
1360 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col; in vt_flush_to_buffer()
1403 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vt_bitblt_buffer()
1404 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col; in vt_bitblt_buffer()
1407 vw->vw_draw_area.tr_begin.tp_col; in vt_bitblt_buffer()
1409 vw->vw_draw_area.tr_begin.tp_row; in vt_bitblt_buffer()
1435 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_bitblt_buffer()
1436 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_bitblt_buffer()
1444 vd->vd_mx_drawn + vw->vw_draw_area.tr_begin.tp_col, in vt_bitblt_buffer()
1445 vd->vd_my_drawn + vw->vw_draw_area.tr_begin.tp_row, in vt_bitblt_buffer()
1547 if (tarea.tr_begin.tp_col < tarea.tr_end.tp_col) { in vt_flush()
2164 vw->vw_draw_area.tr_begin.tp_col - 1); in vt_change_font()
2167 vw->vw_draw_area.tr_begin.tp_row - 1); in vt_change_font()