Searched refs:vf_width (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/common/ |
H A D | gfx_fb.c | 901 width = state->tg_font.vf_width; in gfx_bitblt_bitmap() 952 width = state->tg_font.vf_width; in gfx_fb_printchar() 1126 width = state->tg_font.vf_width; in gfx_fb_copy_area() 1633 uint32_t vf_width, vf_height; in gfx_term_drawrect() local 1639 vf_width = gfx_state.tg_font.vf_width; in gfx_term_drawrect() 1641 width = vf_width / 4; /* line width */ in gfx_term_drawrect() 1642 xshift = (vf_width - width) / 2; in gfx_term_drawrect() 1664 x1 = (ux1 + 1) * vf_width + gfx_state.tg_origin.tp_col; in gfx_term_drawrect() 1666 x2 = ux2 * vf_width + gfx_state.tg_origin.tp_col; in gfx_term_drawrect() 1675 x1 = ux1 * vf_width + gfx_state.tg_origin.tp_col + xshift; in gfx_term_drawrect() [all …]
|
/freebsd/sys/dev/vt/font/ |
H A D | vt_font_default.c | 3484 .vf_width = 8,
|
/freebsd/sys/dev/vt/ |
H A D | vt_font.c | 110 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup() 189 vf->vf_width = f->width; in vtfont_load()
|
H A D | vt_core.c | 657 size->tp_col = MIN(size->tp_col / vf->vf_width, in vt_termsize() 679 rect->tr_end.tp_col = MIN(rect->tr_end.tp_col / vf->vf_width, in vt_termrect() 696 size->ws_col = MIN(size->ws_col / vf->vf_width, in vt_winsize() 730 vw->vw_draw_area.tr_begin.tp_col = (vd->vd_width % vf->vf_width) / 2; in vt_compute_drawable_area() 735 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area() 1301 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty() 1304 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty() 1416 x = col * vf->vf_width + in vt_bitblt_buffer() 1434 pattern, NULL, vf->vf_width, vf->vf_height, in vt_bitblt_buffer() 1445 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_bitblt_buffer() [all …]
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 398 x = col * vf->vf_width + in vt_fb_bitblt_text() 418 pattern, NULL, vf->vf_width, vf->vf_height, in vt_fb_invalidate_text() 436 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_fb_postswitch() 438 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 272 x = col * vf->vf_width + in ofwfb_bitblt_text() 283 pattern, NULL, vf->vf_width, vf->vf_height, in ofwfb_bitblt_text() 294 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in ofwfb_bitblt_text() 296 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in ofwfb_bitblt_text()
|
/freebsd/stand/liblua/ |
H A D | gfx_utils.c | 66 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width; in lua_term_putimage() 70 x2 * gfx_state.tg_font.vf_width; in lua_term_putimage()
|
/freebsd/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()
|
/freebsd/stand/ficl/ |
H A D | gfx_loader.c | 81 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width; in ficl_term_putimage() 85 x2 * gfx_state.tg_font.vf_width; in ficl_term_putimage()
|
/freebsd/sys/sys/ |
H A D | font.h | 78 uint32_t vf_width; member
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 158 x = area->tr_begin.tp_col * vw->vw_font->vf_width + vw->vw_draw_area.tr_begin.tp_col; in vtgpu_fb_bitblt_text() 160 width = area->tr_end.tp_col * vw->vw_font->vf_width + vw->vw_draw_area.tr_begin.tp_col - x; in vtgpu_fb_bitblt_text()
|
/freebsd/stand/i386/libi386/ |
H A D | vidconsole.c | 900 (gfx_state.tg_tp.tp_col * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode() 903 gfx_state.tg_font.vf_width * 4; in cons_update_mode()
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 1006 (cols * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode() 1010 gfx_state.tg_font.vf_width * 4; in cons_update_mode()
|