Lines Matching refs:glyph
66 struct glyph { struct
67 TAILQ_ENTRY(glyph) g_list;
68 SLIST_ENTRY(glyph) g_hash;
74 TAILQ_HEAD(glyph_list, glyph); argument
75 static SLIST_HEAD(, glyph) glyph_hash[FONTCVT_NHASH];
88 struct glyph *m_glyph;
211 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping()
266 static struct glyph *
269 struct glyph *gl; in add_glyph()
325 struct glyph *gl; in add_char()
559 struct glyph *gl; in number_glyphs()
606 struct glyph *gl; in write_glyphs()