Home
last modified time | relevance | path

Searched refs:vf_width (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/dev/fb/
H A Dcreator_vt.c238 x = col * vf->vf_width + in creatorfb_bitblt_text()
249 pattern, NULL, vf->vf_width, vf->vf_height, in creatorfb_bitblt_text()
260 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in creatorfb_bitblt_text()
262 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in creatorfb_bitblt_text()
/freebsd-12.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c253 x = col * vf->vf_width + in ofwfb_bitblt_text()
264 pattern, NULL, vf->vf_width, vf->vf_height, in ofwfb_bitblt_text()
275 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in ofwfb_bitblt_text()
277 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in ofwfb_bitblt_text()
/freebsd-12.1/sys/dev/vt/
H A Dvt_font.c119 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup()
198 vf->vf_width = f->width; in vtfont_load()
H A Dvt_core.c632 size->tp_col /= vf->vf_width; in vt_termsize()
652 rect->tr_end.tp_col /= vf->vf_width; in vt_termrect()
667 size->ws_col /= vf->vf_width; in vt_winsize()
700 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2; in vt_compute_drawable_area()
705 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area()
1213 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty()
1216 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty()
1848 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button()
1958 x = MIN(x, (size.tp_col * vf->vf_width) - 1); in vt_mouse_event()
1965 vd->vd_mx / vf->vf_width, in vt_mouse_event()
[all …]
H A Dvt.h420 unsigned int vf_height, vf_width; member
/freebsd-12.1/sys/dev/vt/font/
H A Dvt_font_default.c3330 .vf_width = 8,
/freebsd-12.1/sys/dev/vt/hw/fb/
H A Dvt_fb.c346 x = col * vf->vf_width + in vt_fb_bitblt_text()
363 pattern, NULL, vf->vf_width, vf->vf_height, in vt_fb_bitblt_text()
381 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_fb_bitblt_text()
383 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in vt_fb_bitblt_text()
/freebsd-12.1/sys/dev/vt/hw/vga/
H A Dvt_vga.c659 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width; in vga_bitblt_one_text_pixels_block()
692 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col); in vga_bitblt_one_text_pixels_block()
694 (col + 1) * vf->vf_width + in vga_bitblt_one_text_pixels_block()
698 x_count -= col * vf->vf_width + in vga_bitblt_one_text_pixels_block()
704 src, NULL, vf->vf_width, in vga_bitblt_one_text_pixels_block()
817 x1 = (int)((col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col) in vga_bitblt_text_gfxmode()
832 x2 = (int)howmany(col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col, in vga_bitblt_text_gfxmode()