Home
last modified time | relevance | path

Searched refs:tg_font (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/liblua/
H A Dgfx_utils.c66 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width; in lua_term_putimage()
67 y1 = gfx_state.tg_origin.tp_row + y1 * gfx_state.tg_font.vf_height; in lua_term_putimage()
70 x2 * gfx_state.tg_font.vf_width; in lua_term_putimage()
74 y2 * gfx_state.tg_font.vf_height; in lua_term_putimage()
/freebsd/stand/ficl/
H A Dgfx_loader.c81 x1 = gfx_state.tg_origin.tp_col + x1 * gfx_state.tg_font.vf_width; in ficl_term_putimage()
82 y1 = gfx_state.tg_origin.tp_row + y1 * gfx_state.tg_font.vf_height; in ficl_term_putimage()
85 x2 * gfx_state.tg_font.vf_width; in ficl_term_putimage()
89 y2 * gfx_state.tg_font.vf_height; in ficl_term_putimage()
/freebsd/stand/common/
H A Dgfx_fb.c891 width = state->tg_font.vf_width; in gfx_bitblt_bitmap()
892 height = state->tg_font.vf_height; in gfx_bitblt_bitmap()
942 width = state->tg_font.vf_width; in gfx_fb_printchar()
943 height = state->tg_font.vf_height; in gfx_fb_printchar()
972 glyph = font_lookup(&state->tg_font, c, a); in gfx_fb_putchar()
998 glyph = font_lookup(&state->tg_font, c, a); in gfx_fb_fill()
1037 glyph = font_lookup(&state->tg_font, screen_buffer[idx].c, in gfx_fb_cursor_draw()
1116 width = state->tg_font.vf_width; in gfx_fb_copy_area()
1117 height = state->tg_font.vf_height; in gfx_fb_copy_area()
1629 vf_width = gfx_state.tg_font in gfx_term_drawrect()
[all...]
H A Dgfx_fb.h215 struct vt_font tg_font; member
/freebsd/stand/i386/libi386/
H A Dvidconsole.c852 from = font_lookup(&gfx_state.tg_font, c, &a); in vidc_install_font()
898 (gfx_state.tg_tp.tp_row * gfx_state.tg_font.vf_height)) / 2; in cons_update_mode()
900 (gfx_state.tg_tp.tp_col * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode()
902 gfx_state.tg_glyph_size = gfx_state.tg_font.vf_height * in cons_update_mode()
903 gfx_state.tg_font.vf_width * 4; 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()
1006 (cols * gfx_state.tg_font.vf_width)) / 2; in cons_update_mode()
1009 gfx_state.tg_glyph_size = gfx_state.tg_font.vf_height * in cons_update_mode()
1010 gfx_state.tg_font.vf_width * 4; in cons_update_mode()