Home
last modified time | relevance | path

Searched refs:tp_row (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/dev/vt/
H A Dvt_buf.c53 (d).tp_row = (s).tp_row; \
287 area.tr_end.tp_row = p->tp_row + 1; in vtbuf_dirty_cell()
332 p2->tp_row, vb->vb_scr_size.tp_row)); in vtbuf_copy()
338 rdiff = r->tr_begin.tp_row - p2->tp_row; in vtbuf_copy()
345 } else if (p2->tp_row < p1->tp_row) { in vtbuf_copy()
363 area.tr_end.tp_row = MIN(p2->tp_row + rows, vb->vb_scr_size.tp_row); in vtbuf_copy()
493 p.tp_row = vb->vb_scr_size.tp_row; in vtbuf_sethistory_size()
655 vb->vb_cursor.tp_row = p->tp_row - 1; in vtbuf_grow()
671 p->tp_row, vb->vb_scr_size.tp_row)); in vtbuf_putchar()
743 sz = ei - si + (1 + e.tp_row - s.tp_row); in vtbuf_get_marked_len()
[all …]
H A Dvt_core.c252 .tp_row = _VTDEFH,
653 size->tp_row = MIN(size->tp_row / vf->vf_height, in vt_termsize()
672 rect->tr_begin.tp_row = in vt_termrect()
675 rect->tr_end.tp_row = MIN(rect->tr_end.tp_row / vf->vf_height, in vt_termrect()
734 vw->vw_draw_area.tr_end.tp_row = vw->vw_draw_area.tr_begin.tp_row + in vt_compute_drawable_area()
1295 area.tr_end.tp_row = in vt_mark_mouse_position_as_dirty()
1305 area.tr_begin.tp_row = y; in vt_mark_mouse_position_as_dirty()
1359 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vt_flush_to_buffer()
1403 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vt_bitblt_buffer()
1436 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_bitblt_buffer()
[all …]
/freebsd-14.2/sys/teken/
H A Dteken_subr.h435 tp.tp_row = t->t_cursor.tp_row; in teken_subr_delete_line()
515 r.tr_end.tp_row = t->t_cursor.tp_row; in teken_subr_erase_display()
519 r.tr_end.tp_row = t->t_winsize.tp_row; in teken_subr_erase_display()
528 r.tr_end.tp_row = t->t_winsize.tp_row; in teken_subr_erase_display()
540 r.tr_begin.tp_row = t->t_cursor.tp_row; in teken_subr_erase_line()
657 tp.tp_row = t->t_cursor.tp_row; in teken_subr_insert_character()
809 ctr.tr_end.tp_row = tp->tp_row + 1; in teken_subr_do_putchar()
811 ctp.tp_row = tp->tp_row; in teken_subr_do_putchar()
823 tp2.tp_row = tp->tp_row; in teken_subr_do_putchar()
883 tp.tp_row = t->t_cursor.tp_row + 1; in teken_subr_regular_character()
[all …]
H A Dteken.c91 teken_assert(t->t_cursor.tp_row < t->t_winsize.tp_row); in teken_funcs_cursor()
103 teken_assert(p->tp_row < t->t_winsize.tp_row); in teken_funcs_putchar()
115 teken_assert(r->tr_end.tp_row > r->tr_begin.tp_row); in teken_funcs_fill()
116 teken_assert(r->tr_end.tp_row <= t->t_winsize.tp_row); in teken_funcs_fill()
128 teken_assert(r->tr_end.tp_row > r->tr_begin.tp_row); in teken_funcs_copy()
129 teken_assert(r->tr_end.tp_row <= t->t_winsize.tp_row); in teken_funcs_copy()
132 teken_assert(p->tp_row + (r->tr_end.tp_row - r->tr_begin.tp_row) <= t->t_winsize.tp_row); in teken_funcs_copy()
262 teken_assert(t->t_cursor.tp_row < t->t_winsize.tp_row); in teken_input_char()
333 teken_assert(p->tp_row < t->t_winsize.tp_row); in teken_set_cursor()
383 if (t->t_cursor.tp_row >= new->tp_row) in teken_trim_cursor_pos()
[all …]
H A Dteken.h63 teken_unit_t tp_row; member
/freebsd-14.2/sys/teken/demo/
H A Dteken_demo.c86 assert(p->tp_row < NROWS); in printchar()
138 move(p->tp_row, p->tp_col); in test_cursor()
158 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; p.tp_row++) in test_fill()
174 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in test_copy()
177 if (p->tp_row < r->tr_begin.tp_row) { in test_copy()
182 d.tp_row = p->tp_row + y; in test_copy()
193 d.tp_row = p->tp_row + y; in test_copy()
207 d.tp_row = p->tp_row + y; in test_copy()
218 d.tp_row = p->tp_row + y; in test_copy()
269 for (tp.tp_row = 0; tp.tp_row < NROWS; tp.tp_row++) in redraw_all()
[all …]
/freebsd-14.2/stand/i386/libi386/
H A Dvidconsole.c111 for (p.tp_row = r->tr_begin.tp_row; in term_image_display()
112 p.tp_row < r->tr_end.tp_row; p.tp_row++) { in term_image_display()
368 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; in vidc_text_fill()
390 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in vidc_text_copy()
395 if (p->tp_row < r->tr_begin.tp_row) { in vidc_text_copy()
398 d.tp_row = p->tp_row + y; in vidc_text_copy()
399 s.tp_row = r->tr_begin.tp_row + y; in vidc_text_copy()
420 d.tp_row = p->tp_row + y; in vidc_text_copy()
421 s.tp_row = r->tr_begin.tp_row + y; in vidc_text_copy()
440 d.tp_row = p->tp_row + y; in vidc_text_copy()
[all …]
/freebsd-14.2/sys/dev/syscons/
H A Dscterm-teken.c293 tp.tp_row = scp->ysize; in scteken_sync_internal()
296 tp.tp_row = scp->ypos; in scteken_sync_internal()
581 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize, in scteken_fill()
587 for (row = r->tr_begin.tp_row; row < r->tr_end.tp_row; row++) { in scteken_fill()
617 r->tr_begin.tp_row == p->tp_row + 1) { in scteken_copy()
618 sc_hist_save_one_line(scp, p->tp_row); in scteken_copy()
625 p->tp_row * scp->xsize, in scteken_copy()
626 (r->tr_end.tp_row - r->tr_begin.tp_row) * scp->xsize); in scteken_copy()
631 if (p->tp_row < r->tr_begin.tp_row) { in scteken_copy()
651 dst = (p->tp_row + r->tr_end.tp_row - in scteken_copy()
[all …]
/freebsd-14.2/stand/efi/libefi/
H A Defi_console.c152 for (p.tp_row = r->tr_begin.tp_row; in term_image_display()
153 p.tp_row < r->tr_end.tp_row; p.tp_row++) { in term_image_display()
182 if (p->tp_row >= state->tg_tp.tp_row) in efi_text_cursor()
222 p->tp_row == state->tg_tp.tp_row - 1 && in efi_text_printchar()
264 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; in efi_text_fill()
298 dp.tp_row + 1 == state->tg_tp.tp_row) { in efi_text_copy_line()
322 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in efi_text_copy()
346 s.tp_row = r->tr_begin.tp_row + y; in efi_text_copy()
347 d.tp_row = p->tp_row + y; in efi_text_copy()
353 s.tp_row = r->tr_begin.tp_row + y; in efi_text_copy()
[all …]
/freebsd-14.2/sys/dev/vt/hw/fb/
H A Dvt_fb.c292 if (y + height > vw->vw_draw_area.tr_end.tp_row) { in vt_fb_bitblt_bitmap()
293 if (y >= vw->vw_draw_area.tr_end.tp_row) in vt_fb_bitblt_bitmap()
295 height = vw->vw_draw_area.tr_end.tp_row - y; in vt_fb_bitblt_bitmap()
358 if (y + height > vw->vw_draw_area.tr_end.tp_row) { in vt_fb_bitblt_argb()
359 if (y >= vw->vw_draw_area.tr_end.tp_row) in vt_fb_bitblt_argb()
361 height = vw->vw_draw_area.tr_end.tp_row - y; in vt_fb_bitblt_argb()
396 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vt_fb_bitblt_text()
402 vw->vw_draw_area.tr_begin.tp_row; in vt_fb_bitblt_text()
438 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_fb_bitblt_text()
440 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; in vt_fb_bitblt_text()
[all …]
/freebsd-14.2/stand/common/
H A Dgfx_fb.c1001 for (p.tp_row = r->tr_begin.tp_row; p.tp_row < r->tr_end.tp_row; in gfx_fb_fill()
1031 if (p.tp_row >= state->tg_tp.tp_row) in gfx_fb_cursor_draw()
1032 p.tp_row = state->tg_tp.tp_row - 1; in gfx_fb_cursor_draw()
1199 sr.tr_begin.tp_row = s->tp_row; in gfx_fb_copy_line()
1201 sr.tr_end.tp_row = s->tp_row; in gfx_fb_copy_line()
1203 dp.tp_row = d->tp_row; in gfx_fb_copy_line()
1225 nrow = r->tr_end.tp_row - r->tr_begin.tp_row; in gfx_fb_copy()
1246 s.tp_row = r->tr_begin.tp_row + y; in gfx_fb_copy()
1247 d.tp_row = p->tp_row + y; in gfx_fb_copy()
1253 s.tp_row = r->tr_begin.tp_row + y; in gfx_fb_copy()
[all …]
/freebsd-14.2/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c211 l < height && y + l < vw->vw_draw_area.tr_end.tp_row; in ofwfb_bitblt_bitmap()
270 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in ofwfb_bitblt_text()
276 vw->vw_draw_area.tr_begin.tp_row; in ofwfb_bitblt_text()
296 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in ofwfb_bitblt_text()
298 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height; in ofwfb_bitblt_text()
305 vd->vd_my_drawn + vw->vw_draw_area.tr_begin.tp_row, in ofwfb_bitblt_text()
/freebsd-14.2/sys/dev/vt/hw/vga/
H A Dvt_vga.c661 row = (y - vw->vw_draw_area.tr_begin.tp_row) / vf->vf_height; in vga_bitblt_one_text_pixels_block()
725 drawn_area.tr_begin.tp_row = y; in vga_bitblt_one_text_pixels_block()
727 drawn_area.tr_end.tp_row = y + vf->vf_height; in vga_bitblt_one_text_pixels_block()
735 my = vd->vd_my_drawn + vw->vw_draw_area.tr_begin.tp_row; in vga_bitblt_one_text_pixels_block()
817 row = area->tr_begin.tp_row; in vga_bitblt_text_gfxmode()
821 y1 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row; in vga_bitblt_text_gfxmode()
832 row = area->tr_end.tp_row; in vga_bitblt_text_gfxmode()
836 y2 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row; in vga_bitblt_text_gfxmode()
840 y2 = min(y2, vw->vw_draw_area.tr_end.tp_row); in vga_bitblt_text_gfxmode()
879 for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) { in vga_bitblt_text_txtmode()
[all …]
/freebsd-14.2/sys/kern/
H A Dsubr_terminal.c259 r.tr_begin.tp_row = r.tr_begin.tp_col = 0; in terminal_set_winsize_blank()
260 r.tr_end.tp_row = size->ws_row; in terminal_set_winsize_blank()
455 vi->mv_row = p->tp_row; in termtty_ioctl()
459 vi->mv_rsz = p->tp_row; in termtty_ioctl()
486 p.tp_row = 0; in termtty_ioctl()
/freebsd-14.2/stand/liblua/
H A Dgfx_utils.c67 y1 = gfx_state.tg_origin.tp_row + y1 * gfx_state.tg_font.vf_height; in lua_term_putimage()
73 y2 = gfx_state.tg_origin.tp_row + in lua_term_putimage()
/freebsd-14.2/stand/ficl/
H A Dgfx_loader.c82 y1 = gfx_state.tg_origin.tp_row + y1 * gfx_state.tg_font.vf_height; in ficl_term_putimage()
88 y2 = gfx_state.tg_origin.tp_row + in ficl_term_putimage()
/freebsd-14.2/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c159 y = area->tr_begin.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row; in vtgpu_fb_bitblt_text()
161 height = area->tr_end.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row - y; in vtgpu_fb_bitblt_text()