Searched refs:vf_width (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/dev/fb/ |
| H A D | creator_vt.c | 238 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 D | ofwfb.c | 253 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 D | vt_font.c | 119 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup() 198 vf->vf_width = f->width; in vtfont_load()
|
| H A D | vt_core.c | 632 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 D | vt.h | 420 unsigned int vf_height, vf_width; member
|
| /freebsd-12.1/sys/dev/vt/font/ |
| H A D | vt_font_default.c | 3330 .vf_width = 8,
|
| /freebsd-12.1/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 346 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 D | vt_vga.c | 659 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()
|