Home
last modified time | relevance | path

Searched refs:vf_height (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.c902 height = state->tg_font.vf_height; in gfx_bitblt_bitmap()
953 height = state->tg_font.vf_height; in gfx_fb_printchar()
1127 height = state->tg_font.vf_height; in gfx_fb_copy_area()
1633 uint32_t vf_width, vf_height; in gfx_term_drawrect() local
1640 vf_height = gfx_state.tg_font.vf_height; in gfx_term_drawrect()
1643 yshift = (vf_height - width) / 2; in gfx_term_drawrect()
1665 y1 = uy1 * vf_height + gfx_state.tg_origin.tp_row + yshift; in gfx_term_drawrect()
1668 y2 = uy2 * vf_height + gfx_state.tg_origin.tp_row; in gfx_term_drawrect()
1669 y2 += vf_height - yshift - width; in gfx_term_drawrect()
1676 y1 = uy1 * vf_height + gfx_state.tg_origin.tp_row; in gfx_term_drawrect()
[all …]
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c617 uint8_t pattern_2colors[vw->vw_font->vf_height]; in vga_bitblt_one_text_pixels_block()
618 uint8_t pattern_ncolors[vw->vw_font->vf_height * 16]; in vga_bitblt_one_text_pixels_block()
660 row = (y - vw->vw_draw_area.tr_begin.tp_row) / vf->vf_height; in vga_bitblt_one_text_pixels_block()
706 0, 0, vf->vf_height, fg, bg, 0); in vga_bitblt_one_text_pixels_block()
726 drawn_area.tr_end.tp_row = y + vf->vf_height; in vga_bitblt_one_text_pixels_block()
753 min(cursor->height - src_y, y + vf->vf_height - my), in vga_bitblt_one_text_pixels_block()
754 vf->vf_height); in vga_bitblt_one_text_pixels_block()
775 x, y, vf->vf_height); in vga_bitblt_one_text_pixels_block()
778 x, y, vf->vf_height);
820 y1 = row * vf->vf_height in vga_bitblt_text_gfxmode()
[all...]
/freebsd/sys/dev/vt/
H A Dvt_core.c655 size->tp_row = MIN(size->tp_row / vf->vf_height, in vt_termsize()
675 howmany(rect->tr_begin.tp_row, vf->vf_height); in vt_termrect()
677 rect->tr_end.tp_row = MIN(rect->tr_end.tp_row / vf->vf_height, in vt_termrect()
694 size->ws_row = MIN(size->ws_row / vf->vf_height, in vt_winsize()
731 vw->vw_draw_area.tr_begin.tp_row = (height % vf->vf_height) / 2; in vt_compute_drawable_area()
737 rounddown(height, vf->vf_height); in vt_compute_drawable_area()
1302 area.tr_begin.tp_row = y / vf->vf_height; in vt_mark_mouse_position_as_dirty()
1306 ((y + vd->vd_mcursor->height) / vf->vf_height) + 1; in vt_mark_mouse_position_as_dirty()
1418 y = row * vf->vf_height + in vt_bitblt_buffer()
1434 pattern, NULL, vf->vf_width, vf->vf_height, in vt_bitblt_buffer()
[all …]
H A Dvt_font.c110 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup()
188 vf->vf_height = f->height; in vtfont_load()
/freebsd/sys/dev/vt/font/
H A Dvt_font_default.c3485 .vf_height = 16,
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c400 y = row * vf->vf_height + in vt_fb_bitblt_text()
418 pattern, NULL, vf->vf_width, vf->vf_height, in vt_fb_invalidate_text()
437 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in vt_fb_postswitch()
439 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c274 y = row * vf->vf_height + in ofwfb_bitblt_text()
283 pattern, NULL, vf->vf_width, vf->vf_height, in ofwfb_bitblt_text()
295 drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height; in ofwfb_bitblt_text()
297 drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
/freebsd/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()
74 y2 * gfx_state.tg_font.vf_height; in lua_term_putimage()
/freebsd/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()
89 y2 * gfx_state.tg_font.vf_height; in ficl_term_putimage()
/freebsd/sys/sys/
H A Dfont.h77 uint32_t vf_height; member
/freebsd/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()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c898 (gfx_state.tg_tp.tp_row * gfx_state.tg_font.vf_height)) / 2; in cons_update_mode()
902 gfx_state.tg_glyph_size = gfx_state.tg_font.vf_height * in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c1004 (rows * gfx_state.tg_font.vf_height)) / 2; in cons_update_mode()
1009 gfx_state.tg_glyph_size = gfx_state.tg_font.vf_height * in cons_update_mode()