Searched refs:rServerFont (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.cxx | 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() 404 bool bForceOk = rServerFont.GetAntialiasAdvice(); in ForcedAntialiasing() 419 switch( rServerFont.GetExtInfo() ) in GetGlyphSet() 454 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetPixmap() 559 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetRawBitmap() 579 pRawBitmap = GetRawBitmap( rServerFont, 0 ); in GetRawBitmap() 592 if( rServerFont.IsGlyphInvisible( aGlyphId ) ) in GetXRGlyph() [all …]
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svptext.cxx | 92 BitmapDeviceSharedPtr SvpGlyphPeer::GetGlyphBmp( ServerFont& rServerFont, in GetGlyphBmp() argument 95 GlyphData& rGlyphData = rServerFont.GetGlyphData( aGlyphId ); in GetGlyphBmp() 110 bFound = rServerFont.GetGlyphBitmap1( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp() 113 bFound = rServerFont.GetGlyphBitmap8( aGlyphId, pGcpHelper->maRawBitmap ); in GetGlyphBmp() 127 return GetGlyphBmp( rServerFont, 0, nBmpFormat, rTargetPos ); in GetGlyphBmp() 139 rServerFont.SetExtended( nBmpFormat, (void*)pGcpHelper ); in GetGlyphBmp()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 279 void GlyphCache::UncacheFont( ServerFont& rServerFont ) in UncacheFont() argument 284 ServerFont* pFont = const_cast<ServerFont*>( &rServerFont ); in UncacheFont() 369 inline void GlyphCache::AddedGlyph( ServerFont& rServerFont, GlyphData& rGlyphData ) in AddedGlyph() argument 373 UsingGlyph( rServerFont, rGlyphData ); in AddedGlyph()
|
H A D | gcach_layout.cxx | 367 IcuLayoutEngine::IcuLayoutEngine( FreetypeServerFont& rServerFont ) in IcuLayoutEngine() argument 368 : maIcuFont( rServerFont ), in IcuLayoutEngine()
|
Completed in 78 milliseconds