Searched refs:tg_glyph (Results 1 – 4 of 4) sorted by relevance
213 uint8_t *tg_glyph; /* Memory for glyph */ member
930 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()
904 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()
1011 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()