Lines Matching refs:rGD
191 Glyph X11GlyphPeer::GetRenderGlyph( const GlyphData& rGD ) const in GetRenderGlyph()
194 const ExtGlyphData& rEGD = rGD.ExtDataRef(); in GetRenderGlyph()
204 void X11GlyphPeer::SetRenderGlyph( GlyphData& rGD, Glyph aGlyphId ) const in SetRenderGlyph() argument
206 ExtGlyphData& rEGD = rGD.ExtDataRef(); in SetRenderGlyph()
229 const RawBitmap* X11GlyphPeer::GetRawBitmap( const GlyphData& rGD ) const in GetRawBitmap()
232 const ExtGlyphData& rEGD = rGD.ExtDataRef(); in GetRawBitmap()
242 void X11GlyphPeer::SetRawBitmap( GlyphData& rGD, const RawBitmap* pRawBitmap ) const in SetRawBitmap() argument
244 ExtGlyphData& rEGD = rGD.ExtDataRef(); in SetRawBitmap()
268 Pixmap X11GlyphPeer::GetPixmap( const GlyphData& rGD, int nScreen ) const in GetPixmap() argument
271 const ExtGlyphData& rEGD = rGD.ExtDataRef(); in GetPixmap()
281 void X11GlyphPeer::SetPixmap( GlyphData& rGD, Pixmap aPixmap, int nScreen ) const in SetPixmap() argument
286 ExtGlyphData& rEGD = rGD.ExtDataRef(); in SetPixmap()