Lines Matching refs:GlyphPtr
49 } GlyphRec, *GlyphPtr;
55 GlyphPtr glyph;
58 #define DeletedGlyph ((GlyphPtr) 1)
96 extern GlyphPtr FindGlyphByHash(unsigned char sha1[20], int format);
103 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id);
108 extern GlyphPtr FindGlyph(GlyphSetPtr glyphSet, Glyph id);
110 extern GlyphPtr AllocateGlyph(xGlyphInfo * gi, int format);
112 extern void FreeGlyph(GlyphPtr glyph, int format);
124 GetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen);
126 SetGlyphPicture(GlyphPtr glyph, ScreenPtr pScreen, PicturePtr picture);