Home | History | Annotate | Download | only in graphics

Lines Matching defs:Glyph

49 typedef unsigned short Glyph;
51 // Holds the glyph index and the corresponding SimpleFontData information for a given
54 GlyphData(Glyph g = 0, const SimpleFontData* f = 0)
55 : glyph(g)
59 Glyph glyph;
93 Glyph glyphAt(unsigned index) const
104 void setGlyphDataForCharacter(UChar32 c, Glyph g, const SimpleFontData* f)
108 void setGlyphDataForIndex(unsigned index, Glyph g, const SimpleFontData* f)
116 setGlyphDataForIndex(index, glyphData.glyph, glyphData.fontData);
143 Glyph m_glyphs[size];
149 // The glyph page tree is a data structure that maps (FontData, glyph page number)
151 // GlyphPageTreeNode for each glyph page number. The roots do not have a
165 // the glyph pages do not get polluted with these last-resort glyphs. The
167 // but on demand for each glyph, because the system may need to use different