Searched refs:tr_begin (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/sys/teken/demo/
H A Dteken_demo.c158 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; p.tp_row++)
159 for (p.tp_col = r->tr_begin.tp_col; p.tp_col < r->tr_end.tp_col; p.tp_col++)
174 nrow = r->tr_end.tp_row - r->tr_begin.tp_row;
175 ncol = r->tr_end.tp_col - r->tr_begin.tp_col;
177 if (p->tp_row < r->tr_begin.tp_row) {
179 if (p->tp_col < r->tr_begin.tp_col) {
186 buffer[r->tr_begin.tp_col + x][r->tr_begin.tp_row + y];
197 buffer[r->tr_begin.tp_col + x][r->tr_begin
[all...]
/freebsd-11.0-release/sys/dev/vt/
H A Dvt_buf.c207 if (vb->vb_dirtyrect.tr_begin.tp_row > area->tr_begin.tp_row)
208 vb->vb_dirtyrect.tr_begin.tp_row = area->tr_begin.tp_row;
209 if (vb->vb_dirtyrect.tr_begin.tp_col > area->tr_begin.tp_col)
210 vb->vb_dirtyrect.tr_begin.tp_col = area->tr_begin.tp_col;
231 area.tr_begin = *p;
241 vb->vb_dirtyrect.tr_begin
[all...]
H A Dvt_core.c578 rect->tr_begin.tp_row = rect->tr_begin.tp_col = 0;
580 rect->tr_begin.tp_row = vt_logo_sprite_height;
586 rect->tr_begin.tp_row =
587 howmany(rect->tr_begin.tp_row, vf->vf_height);
619 vw->vw_draw_area.tr_begin.tp_col = 0;
620 vw->vw_draw_area.tr_begin.tp_row = 0;
622 vw->vw_draw_area.tr_begin.tp_row = vt_logo_sprite_height;
638 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2;
639 vw->vw_draw_area.tr_begin
[all...]
/freebsd-11.0-release/sys/dev/fb/
H A Dcreator_vt.c235 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
236 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
239 vw->vw_draw_area.tr_begin.tp_col;
241 vw->vw_draw_area.tr_begin.tp_row;
260 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
261 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
269 vd->vd_mx_drawn + vw->vw_draw_area.tr_begin.tp_col,
270 vd->vd_my_drawn + vw->vw_draw_area.tr_begin
[all...]
/freebsd-11.0-release/sys/teken/
H A Dteken_subr.h104 tr.tr_begin.tp_row = t->t_scrollreg.ts_begin + amount;
105 tr.tr_begin.tp_col = 0;
112 tr.tr_begin.tp_row = t->t_scrollreg.ts_end - amount;
114 tr.tr_begin.tp_row = t->t_scrollreg.ts_begin;
118 tr.tr_begin.tp_col = 0;
128 tr.tr_begin.tp_row = t->t_scrollreg.ts_begin;
129 tr.tr_begin.tp_col = 0;
142 tr.tr_begin.tp_row = t->t_scrollreg.ts_begin;
143 tr.tr_begin.tp_col = 0;
195 tr.tr_begin
[all...]
H A Dteken.c106 teken_assert(r->tr_end.tp_row > r->tr_begin.tp_row);
108 teken_assert(r->tr_end.tp_col > r->tr_begin.tp_col);
118 teken_assert(r->tr_end.tp_row > r->tr_begin.tp_row);
120 teken_assert(r->tr_end.tp_col > r->tr_begin.tp_col);
122 teken_assert(p->tp_row + (r->tr_end.tp_row - r->tr_begin.tp_row) <= t->t_winsize.tp_row);
123 teken_assert(p->tp_col + (r->tr_end.tp_col - r->tr_begin.tp_col) <= t->t_winsize.tp_col);
H A Dteken.h65 teken_pos_t tr_begin; member in struct:__anon13443
/freebsd-11.0-release/sys/dev/syscons/
H A Dscterm-teken.c601 if (r->tr_begin.tp_col == 0 && r->tr_end.tp_col == scp->xsize) {
603 sc_vtb_erase(&scp->vtb, r->tr_begin.tp_row * scp->xsize,
604 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize,
608 width = r->tr_end.tp_col - r->tr_begin.tp_col;
610 for (row = r->tr_begin.tp_row; row < r->tr_end.tp_row; row++) {
611 sc_vtb_erase(&scp->vtb, r->tr_begin.tp_row *
612 scp->xsize + r->tr_begin.tp_col,
619 r->tr_begin.tp_row * scp->xsize + r->tr_begin.tp_col);
639 r->tr_begin
[all...]
/freebsd-11.0-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c336 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
337 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
340 vw->vw_draw_area.tr_begin.tp_col;
342 vw->vw_draw_area.tr_begin.tp_row;
361 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
362 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
370 vd->vd_mx_drawn + vw->vw_draw_area.tr_begin.tp_col,
371 vd->vd_my_drawn + vw->vw_draw_area.tr_begin
[all...]
/freebsd-11.0-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c238 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
239 for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
242 vw->vw_draw_area.tr_begin.tp_col;
244 vw->vw_draw_area.tr_begin.tp_row;
263 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
264 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
272 vd->vd_mx_drawn + vw->vw_draw_area.tr_begin.tp_col,
273 vd->vd_my_drawn + vw->vw_draw_area.tr_begin
[all...]
/freebsd-11.0-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c627 if (i < vw->vw_draw_area.tr_begin.tp_col) {
633 i = vw->vw_draw_area.tr_begin.tp_col;
645 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width;
646 row = (y - vw->vw_draw_area.tr_begin.tp_row) / vf->vf_height;
678 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col);
681 vw->vw_draw_area.tr_begin.tp_col,
685 vw->vw_draw_area.tr_begin.tp_col;
709 drawn_area.tr_begin.tp_col = x;
710 drawn_area.tr_begin.tp_row = y;
719 mx = vd->vd_mx_drawn + vw->vw_draw_area.tr_begin
[all...]
/freebsd-11.0-release/sys/kern/
H A Dsubr_terminal.c207 r.tr_begin.tp_row = r.tr_begin.tp_col = 0;

Completed in 277 milliseconds