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

/freebsd-13-stable/stand/common/
H A Dgfx_fb.h217 uint8_t *tg_glyph; /* Memory for glyph */ member in struct:teken_gfx
H A Dgfx_fb.c885 gfx_mem_wr4(state->tg_glyph,
904 gfx_fb_cons_display(x, y, width, height, state->tg_glyph);
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c985 free(gfx_state.tg_glyph);
986 gfx_state.tg_glyph = malloc(gfx_state.tg_glyph_size);
987 if (gfx_state.tg_glyph == NULL)
/freebsd-13-stable/stand/i386/libi386/
H A Dvidconsole.c898 free(gfx_state.tg_glyph);
899 gfx_state.tg_glyph = malloc(gfx_state.tg_glyph_size);
900 if (gfx_state.tg_glyph == NULL)

Completed in 162 milliseconds