Searched refs:vf_width (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/stand/common/ |
| H A D | gfx_fb.c | 888 width = state->tg_font.vf_width; in gfx_bitblt_bitmap() 939 width = state->tg_font.vf_width; in gfx_fb_printchar() 1113 width = state->tg_font.vf_width; in gfx_fb_copy_area() 1620 uint32_t vf_width, vf_height; in gfx_term_drawrect() local 1626 vf_width = gfx_state.tg_font.vf_width; in gfx_term_drawrect() 1629 xshift = (vf_width - width) / 2; in gfx_term_drawrect() 1668 x1 += vf_width - xshift - width; in gfx_term_drawrect() 1677 x2 += vf_width; in gfx_term_drawrect() 1684 x1 += vf_width; in gfx_term_drawrect() 2205 state->tg_font.vf_width = font_data->vfbd_font->vf_width; in setup_font() [all …]
|
| H A D | module.c | 660 if (gfx_state.tg_font.vf_width == fl->font_data->vfbd_width && in build_font_module() 676 fi.fi_width = fd->vf_width; in build_font_module()
|
| /freebsd-13.1/sys/dev/vt/font/ |
| H A D | vt_font_default.c | 3330 .vf_width = 8,
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_font.c | 113 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup() 192 vf->vf_width = f->width; in vtfont_load()
|
| H A D | vt_core.c | 654 size->tp_col = MIN(size->tp_col / vf->vf_width, in vt_termsize() 676 rect->tr_end.tp_col = MIN(rect->tr_end.tp_col / vf->vf_width, in vt_termrect() 693 size->ws_col = MIN(size->ws_col / vf->vf_width, in vt_winsize() 732 rounddown(vd->vd_width, vf->vf_width); in vt_compute_drawable_area() 1290 area.tr_begin.tp_col = x / vf->vf_width; in vt_mark_mouse_position_as_dirty() 1293 ((x + vd->vd_mcursor->width) / vf->vf_width) + 1; in vt_mark_mouse_position_as_dirty() 1543 vfp->vf_width = fi->fi_width; in parse_font_info_static() 1594 vfp->vf_width = fi->fi_width; in parse_font_info() 2089 x = vd->vd_mx / vf->vf_width; in vt_mouse_terminput_button() 2199 x = MIN(x, (size.tp_col * vf->vf_width) - 1); in vt_mouse_event() [all …]
|
| /freebsd-13.1/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 346 x = col * vf->vf_width + in vt_fb_bitblt_text() 366 pattern, NULL, vf->vf_width, vf->vf_height, in vt_fb_bitblt_text() 384 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in vt_fb_bitblt_text() 386 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in vt_fb_bitblt_text()
|
| /freebsd-13.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 263 x = col * vf->vf_width + in ofwfb_bitblt_text() 274 pattern, NULL, vf->vf_width, vf->vf_height, in ofwfb_bitblt_text() 285 drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width; in ofwfb_bitblt_text() 287 drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width; in ofwfb_bitblt_text()
|
| /freebsd-13.1/sys/sys/ |
| H A D | font.h | 80 uint32_t vf_width; member
|
| /freebsd-13.1/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 660 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width; in vga_bitblt_one_text_pixels_block() 693 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col); in vga_bitblt_one_text_pixels_block() 695 (col + 1) * vf->vf_width + in vga_bitblt_one_text_pixels_block() 699 x_count -= col * vf->vf_width + in vga_bitblt_one_text_pixels_block() 705 src, NULL, vf->vf_width, in vga_bitblt_one_text_pixels_block() 818 x1 = (int)((col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col) in vga_bitblt_text_gfxmode() 833 x2 = (int)howmany(col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col, in vga_bitblt_text_gfxmode()
|
| /freebsd-13.1/stand/liblua/ |
| H A D | lutils.c | 375 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width; in lua_term_putimage() 379 x2 * gfx_state.tg_font.vf_width; in lua_term_putimage()
|
| /freebsd-13.1/stand/ficl/ |
| H A D | loader.c | 93 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width; in ficl_term_putimage() 97 x2 * gfx_state.tg_font.vf_width; in ficl_term_putimage()
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | vidconsole.c | 894 (gfx_state.tg_tp.tp_col * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode() 897 gfx_state.tg_font.vf_width * 4; in cons_update_mode()
|
| /freebsd-13.1/stand/efi/libefi/ |
| H A D | efi_console.c | 1000 (cols * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode() 1004 gfx_state.tg_font.vf_width * 4; in cons_update_mode()
|