Searched refs:vf_height (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/common/ |
H A D | gfx_fb.c | 902 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 D | vt_vga.c | 617 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 D | vt_core.c | 655 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 D | vt_font.c | 110 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 D | vt_font_default.c | 3485 .vf_height = 16,
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 400 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 D | ofwfb.c | 274 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 D | gfx_utils.c | 67 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 D | gfx_loader.c | 82 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 D | font.h | 77 uint32_t vf_height; member
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 159 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 D | vidconsole.c | 898 (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 D | efi_console.c | 1004 (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()
|