Searched defs:GlyphIndexEntry (Results 1 – 1 of 1) sorted by relevance
138 struct GlyphIndexEntry { struct143 GlyphIndexEntry() : chr(0), pageIdx(-1), glyph(NULL) {} in GlyphIndexEntry() argument144 GlyphIndexEntry(ieWord c, ieWord p, const Glyph* g) : chr(c), pageIdx(p), glyph(g) {} in GlyphIndexEntry() argument