Lines Matching refs:rServerFont

306 void X11GlyphPeer::RemovingFont( ServerFont& rServerFont )  in RemovingFont()  argument
308 void* pFontExt = rServerFont.GetExtPointer(); in RemovingFont()
309 switch( rServerFont.GetExtInfo() ) in RemovingFont()
324 rServerFont.SetExtended( INFO_EMPTY, NULL ); in RemovingFont()
402 bool X11GlyphPeer::ForcedAntialiasing( const ServerFont& rServerFont, int nScreen ) const in ForcedAntialiasing() argument
404 bool bForceOk = rServerFont.GetAntialiasAdvice(); in ForcedAntialiasing()
406 bForceOk &= (rServerFont.GetFontSelData().mnHeight < 250); in ForcedAntialiasing()
412 GlyphSet X11GlyphPeer::GetGlyphSet( ServerFont& rServerFont, int nScreen ) in GetGlyphSet() argument
419 switch( rServerFont.GetExtInfo() ) in GetGlyphSet()
422 aGlyphSet = (GlyphSet)rServerFont.GetExtPointer(); in GetGlyphSet()
431 int nHeight = rServerFont.GetFontSelData().mnHeight; in GetGlyphSet()
432 if( nHeight<250 && rServerFont.GetAntialiasAdvice() ) in GetGlyphSet()
435 rServerFont.SetExtended( INFO_XRENDER, (void*)aGlyphSet ); in GetGlyphSet()
452 Pixmap X11GlyphPeer::GetPixmap( ServerFont& rServerFont, sal_GlyphId aGlyphId, int nReqScreen ) in GetPixmap() argument
454 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetPixmap()
457 GlyphData& rGlyphData = rServerFont.GetGlyphData( aGlyphId ); in GetPixmap()
462 if( rServerFont.GetGlyphBitmap1( aGlyphId, maRawBitmap ) ) in GetPixmap()
545 aPixmap = GetPixmap( rServerFont, 0, nReqScreen ); in GetPixmap()
557 const RawBitmap* X11GlyphPeer::GetRawBitmap( ServerFont& rServerFont, sal_GlyphId aGlyphId ) in GetRawBitmap() argument
559 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetRawBitmap()
562 GlyphData& rGlyphData = rServerFont.GetGlyphData( aGlyphId ); in GetRawBitmap()
568 if( rServerFont.GetGlyphBitmap8( aGlyphId, *pNewBitmap ) ) in GetRawBitmap()
579 pRawBitmap = GetRawBitmap( rServerFont, 0 ); in GetRawBitmap()
590 XRenderGlyph X11GlyphPeer::GetXRGlyph( ServerFont& rServerFont, sal_GlyphId aGlyphId ) in GetXRGlyph() argument
592 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetXRGlyph()
595 GlyphData& rGlyphData = rServerFont.GetGlyphData( aGlyphId ); in GetXRGlyph()
601 if( rServerFont.GetGlyphBitmap8( aGlyphId, maRawBitmap ) ) in GetXRGlyph()
617 GlyphSet aGlyphSet = GetGlyphSet( rServerFont, -1 ); in GetXRGlyph()
629 nXRGlyph = GetXRGlyph( rServerFont, 0 ); in GetXRGlyph()