Home
last modified time | relevance | path

Searched refs:tg_glyph_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.h214 size_t tg_glyph_size; member
H A Dgfx_fb.c929 state->tg_glyph_size, o, cc); in gfx_bitblt_bitmap()
1380 if (gfx_state.tg_glyph_size != GlyphBufferSize) in gfx_fb_cons_display()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c902 gfx_state.tg_glyph_size = gfx_state.tg_font.vf_height * in cons_update_mode()
905 gfx_state.tg_glyph = malloc(gfx_state.tg_glyph_size); in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c1009 gfx_state.tg_glyph_size = gfx_state.tg_font.vf_height * in cons_update_mode()
1012 gfx_state.tg_glyph = malloc(gfx_state.tg_glyph_size); in cons_update_mode()