Home
last modified time | relevance | path

Searched refs:rServerFont (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx306 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()
[all …]
/AOO41X/main/vcl/unx/headless/
H A Dsvptext.cxx92 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()
/AOO41X/main/vcl/source/glyphs/
H A Dglyphcache.cxx279 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 Dgcach_layout.cxx367 IcuLayoutEngine::IcuLayoutEngine( FreetypeServerFont& rServerFont ) in IcuLayoutEngine() argument
368 : maIcuFont( rServerFont ), in IcuLayoutEngine()