glyph
cc = glyph[byte] & bit ? fgc : bgc;
const uint8_t *glyph;
glyph = font_lookup(&state->tg_font, c, a);
gfx_bitblt_bitmap(state, glyph, a, 0xff, false);
const uint8_t *glyph;
glyph = font_lookup(&state->tg_font, c, a);
gfx_bitblt_bitmap(state, glyph, a, 0xff, false);
const uint8_t *glyph;
glyph = font_lookup(&state->tg_font, screen_buffer[idx].c,
gfx_bitblt_bitmap(state, glyph, &screen_buffer[idx].a, 0xff, on);
gfx_bitblt_bitmap(teken_gfx_t *state, const uint8_t *glyph,
add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx)
static struct glyph *
struct glyph *gl;
struct glyph *gl;
TAILQ_ENTRY(glyph) g_list;
SLIST_ENTRY(glyph) g_hash;
TAILQ_HEAD(glyph_list, glyph);
static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
struct glyph *gl;
struct glyph *gl;
struct glyph *m_glyph;