Lines Matching refs:GlyphSet
73 GlyphSet CreateGlyphSet() const;
74 void FreeGlyphSet( GlyphSet ) const;
75 void AddGlyph( GlyphSet, XRenderGlyph nXRGlyph, const XGlyphInfo&,
77 void FreeGlyph( GlyphSet, XRenderGlyph nXRGlyphId ) const;
78 void CompositeString32( Picture aSrc, Picture aDst, GlyphSet,
111 GlyphSet (*mpXRenderCreateGlyphSet)(Display*, const XRenderPictFormat*);
112 void (*mpXRenderFreeGlyphSet)(Display*,GlyphSet);
113 void (*mpXRenderAddGlyphs)(Display*,GlyphSet,Glyph*,
115 void (*mpXRenderFreeGlyphs)(Display*,GlyphSet,Glyph*,int);
117 const XRenderPictFormat*,GlyphSet,int,int,int,int,const unsigned*,int);
240 inline GlyphSet XRenderPeer::CreateGlyphSet() const in CreateGlyphSet()
249 inline void XRenderPeer::FreeGlyphSet( GlyphSet aGS ) const in FreeGlyphSet()
258 inline void XRenderPeer::AddGlyph( GlyphSet aGS, XRenderGlyph nXRGlyph, in AddGlyph()
270 inline void XRenderPeer::FreeGlyph( GlyphSet aGS, XRenderGlyph nXRGlyph ) const in FreeGlyph()
291 GlyphSet aGlyphSet, int nDstX, int nDstY, in CompositeString32()