Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.h213 uint8_t *tg_glyph; /* Memory for glyph */ member
H A Dgfx_fb.c930 gfx_mem_wr4(state->tg_glyph, in gfx_bitblt_bitmap()
949 gfx_fb_cons_display(x, y, width, height, state->tg_glyph); in gfx_fb_printchar()
/freebsd/stand/i386/libi386/
H A Dvidconsole.c904 free(gfx_state.tg_glyph); in cons_update_mode()
905 gfx_state.tg_glyph = malloc(gfx_state.tg_glyph_size); in cons_update_mode()
906 if (gfx_state.tg_glyph == NULL) in cons_update_mode()
/freebsd/stand/efi/libefi/
H A Defi_console.c1011 free(gfx_state.tg_glyph); in cons_update_mode()
1012 gfx_state.tg_glyph = malloc(gfx_state.tg_glyph_size); in cons_update_mode()
1013 if (gfx_state.tg_glyph == NULL) in cons_update_mode()