Lines Matching refs:glyph
51 struct glyph { struct
52 TAILQ_ENTRY(glyph) g_list;
53 SLIST_ENTRY(glyph) g_hash;
59 TAILQ_HEAD(glyph_list, glyph); argument
60 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
73 struct glyph *m_glyph;
196 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping()
254 static struct glyph *
257 struct glyph *gl; in add_glyph()
317 struct glyph *gl; in add_char()
638 struct glyph *gl; in number_glyphs()
685 struct glyph *gl; in write_glyphs()