| /AOO41X/main/vcl/inc/ |
| H A D | glyphcache.hxx | 32 class ServerFont; 72 ServerFont* CacheFont( const ImplFontSelectData& ); 73 void UncacheFont( ServerFont& ); 80 friend class ServerFont; 82 void AddedGlyph( ServerFont&, GlyphData& ); 83 void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId ); 84 void UsingGlyph( ServerFont&, GlyphData& ); 95 typedef ::std::hash_map<ImplFontSelectData,ServerFont*,IFSD_Hash,IFSD_Equal > FontList; 101 ServerFont* mpCurrentGCFont; 171 class VCL_PLUGIN_PUBLIC ServerFont class [all …]
|
| H A D | graphite_adaptors.hxx | 64 class ServerFont; 88 static bool IsGraphiteEnabledFont(ServerFont &) throw(); 90 GraphiteFontAdaptor(ServerFont & font, const sal_Int32 dpi_x, const sal_Int32 dpi_y);
|
| H A D | graphite_layout.hxx | 57 class ServerFont;
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | glyphcache.cxx | 87 delete const_cast<ServerFont*>( it->second ); in InvalidateAllGlyphs() 225 ServerFont* GlyphCache::CacheFont( const ImplFontSelectData& rFontSelData ) in CacheFont() 241 ServerFont* pFound = it->second; in CacheFont() 248 ServerFont* pNew = NULL; in CacheFont() 279 void GlyphCache::UncacheFont( ServerFont& rServerFont ) in UncacheFont() 284 ServerFont* pFont = const_cast<ServerFont*>( &rServerFont ); in UncacheFont() 300 const ServerFont* pSF = it->second; in CalcByteCount() 325 ServerFont* const pServerFont = mpCurrentGCFont; in GarbageCollect() 362 inline void GlyphCache::UsingGlyph( ServerFont&, GlyphData& rGlyphData ) in UsingGlyph() argument 369 inline void GlyphCache::AddedGlyph( ServerFont& rServerFont, GlyphData& rGlyphData ) in AddedGlyph() [all …]
|
| H A D | graphite_adaptors.cxx | 111 GraphiteFontAdaptor::GraphiteFontAdaptor(ServerFont & sfont, const sal_Int32 dpiX, const sal_Int32 … in GraphiteFontAdaptor() 176 bool GraphiteFontAdaptor::IsGraphiteEnabledFont(ServerFont & font) throw() in IsGraphiteEnabledFont()
|
| H A D | gcach_ftyp.hxx | 169 class FreetypeServerFont : public ServerFont
|
| H A D | gcach_layout.cxx | 47 ServerFontLayout::ServerFontLayout( ServerFont& rFont ) in ServerFontLayout()
|
| H A D | gcach_ftyp.cxx | 710 : ServerFont( rFSD ), in FreetypeServerFont()
|
| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | gcach_xpeer.hxx | 44 Pixmap GetPixmap( ServerFont&, sal_GlyphId, int nScreen ); 45 const RawBitmap* GetRawBitmap( ServerFont&, sal_GlyphId ); 46 bool ForcedAntialiasing( const ServerFont&, int nScreen ) const; 48 GlyphSet GetGlyphSet( ServerFont&, int nScreen ); 49 XRenderGlyph GetXRGlyph( ServerFont&, sal_GlyphId ); 54 virtual void RemovingFont( ServerFont& ); 55 virtual void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId );
|
| H A D | gcach_xpeer.cxx | 306 void X11GlyphPeer::RemovingFont( ServerFont& rServerFont ) in RemovingFont() 330 void X11GlyphPeer::RemovingGlyph( ServerFont& /*rServerFont*/, GlyphData& rGlyphData, sal_GlyphId /… in RemovingGlyph() argument 402 bool X11GlyphPeer::ForcedAntialiasing( const ServerFont& rServerFont, int nScreen ) const in ForcedAntialiasing() 412 GlyphSet X11GlyphPeer::GetGlyphSet( ServerFont& rServerFont, int nScreen ) in GetGlyphSet() 452 Pixmap X11GlyphPeer::GetPixmap( ServerFont& rServerFont, sal_GlyphId aGlyphId, int nReqScreen ) in GetPixmap() 557 const RawBitmap* X11GlyphPeer::GetRawBitmap( ServerFont& rServerFont, sal_GlyphId aGlyphId ) in GetRawBitmap() 590 XRenderGlyph X11GlyphPeer::GetXRGlyph( ServerFont& rServerFont, sal_GlyphId aGlyphId ) in GetXRGlyph()
|
| H A D | salgdi3.cxx | 217 ServerFont* pServerFont = GlyphCache::GetInstance().CacheFont( *pEntry ); in setFont() 295 bool isCairoRenderable(const ServerFont& rFont); 424 bool CairoWrapper::isCairoRenderable(const ServerFont& rFont) in isCairoRenderable() 542 ServerFont& rFont = rLayout.GetServerFont(); in DrawCairoAAFontString() 620 ServerFont& rFont = rLayout.GetServerFont(); in DrawServerAAFontString() 651 ServerFont& rFont = rLayout.GetServerFont(); in DrawServerAAForcedString() 880 ServerFont& rFont = rSalLayout.GetServerFont(); in DrawServerSimpleFontString() 928 ServerFont& rFont = rLayout.GetServerFont(); in DrawServerFontLayout() 1240 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphBoundRect() 1259 ServerFont* pSF = mpServerFont[ nLevel ]; in GetGlyphOutline() [all …]
|
| H A D | pspgraphics.cxx | 680 PspServerFontLayout( psp::PrinterGfx&, ServerFont& rFont, const ImplLayoutArgs& rArgs ); 698 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() 853 ServerFont* pServerFont = GlyphCache::GetInstance().CacheFont( *pEntry ); in SetFont() 972 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() 989 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svptext.cxx | 55 BitmapDeviceSharedPtr GetGlyphBmp( ServerFont&, sal_GlyphId, 59 virtual void RemovingFont( ServerFont& ); 60 virtual void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId ); 92 BitmapDeviceSharedPtr SvpGlyphPeer::GetGlyphBmp( ServerFont& rServerFont, in GetGlyphBmp() 148 void SvpGlyphPeer::RemovingFont( ServerFont& ) in RemovingFont() argument 155 void SvpGlyphPeer::RemovingGlyph( ServerFont&, GlyphData& rGlyphData, sal_GlyphId /*aGlyphId*/ ) in RemovingGlyph() argument 221 ServerFont* pServerFont = SvpGlyphCache::GetInstance().CacheFont( *pIFSD ); in SetFont() 427 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() 445 const ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline() 478 ServerFont* pSF = m_pServerFont[ nLevel ]; in DrawServerFontLayout()
|
| H A D | svpgdi.hxx | 32 class ServerFont; 48 ServerFont* m_pServerFont[ MAX_FALLBACK ];
|
| H A D | svppspgraphics.cxx | 621 PspServerFontLayout( psp::PrinterGfx&, ServerFont& rFont, const ImplLayoutArgs& rArgs ); 639 PspServerFontLayout::PspServerFontLayout( ::psp::PrinterGfx& rGfx, ServerFont& rFont, const ImplLay… in PspServerFontLayout() 768 ServerFont* pServerFont = GlyphCache::GetInstance().CacheFont( *pEntry ); in SetFont() 881 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphBoundRect() 898 ServerFont* pSF = m_pServerFont[ nLevel ]; in GetGlyphOutline()
|
| H A D | svppspgraphics.hxx | 35 class ServerFont; 48 ServerFont* m_pServerFont[ MAX_FALLBACK ];
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | pspgraphics.h | 36 class ServerFont; variable 49 ServerFont* m_pServerFont[ MAX_FALLBACK ];
|
| H A D | salgdi.h | 51 class ServerFont; variable 99 ServerFont* mpServerFont[ MAX_FALLBACK ];
|