Searched refs:glyph (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c51 struct glyph { struct
52 TAILQ_ENTRY(glyph) g_list;
53 SLIST_ENTRY(glyph) g_hash;
59 TAILQ_HEAD(glyph_list, glyph);
60 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
73 struct glyph *m_glyph;
98 * Compressed font glyph list. To be used with boot loader, we need to have
196 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx)
254 static struct glyph *
257 struct glyph *g
[all...]
/freebsd-current/stand/common/
H A Dgfx_fb.c881 gfx_bitblt_bitmap(teken_gfx_t *state, const uint8_t *glyph, argument
925 cc = glyph[byte] & bit ? fgc : bgc;
934 * Draw prepared glyph on terminal point p.
957 const uint8_t *glyph; local
971 glyph = font_lookup(&state->tg_font, c, a);
972 gfx_bitblt_bitmap(state, glyph, a, 0xff, false);
989 const uint8_t *glyph; local
997 glyph = font_lookup(&state->tg_font, c, a);
998 gfx_bitblt_bitmap(state, glyph, a, 0xff, false);
1023 const uint8_t *glyph; local
[all...]
/freebsd-current/contrib/mandoc/
H A Dterm_ps.c51 struct glyph { struct
58 struct glyph gly[MAXCHAR]; /* glyph metrics */

Completed in 70 milliseconds