Lines Matching refs:rGlyphPeer
621 X11GlyphPeer& rGlyphPeer = X11GlyphCache::GetInstance().GetPeer(); in DrawServerAAFontString() local
622 GlyphSet aGlyphSet = rGlyphPeer.GetGlyphSet( rFont, m_nScreen ); in DrawServerAAFontString()
641 aRenderAry[ i ] = rGlyphPeer.GetXRGlyph( rFont, aGlyphAry[i] ); in DrawServerAAFontString()
654 X11GlyphPeer& rGlyphPeer = X11GlyphCache::GetInstance().GetPeer(); in DrawServerAAForcedString() local
664 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString()
814 const RawBitmap* const pRawBitmap = rGlyphPeer.GetRawBitmap( rFont, nGlyph ); in DrawServerAAForcedString()
881 X11GlyphPeer& rGlyphPeer = X11GlyphCache::GetInstance().GetPeer(); in DrawServerSimpleFontString() local
901 Pixmap aStipple = rGlyphPeer.GetPixmap( rFont, nGlyph, m_nScreen ); in DrawServerSimpleFontString()
935 X11GlyphPeer& rGlyphPeer = X11GlyphCache::GetInstance().GetPeer(); in DrawServerFontLayout() local
936 if( rGlyphPeer.GetGlyphSet( rFont, m_nScreen ) ) in DrawServerFontLayout()
938 else if( !rGlyphPeer.ForcedAntialiasing( rFont, m_nScreen ) ) in DrawServerFontLayout()