/trunk/main/vcl/inc/ |
H A D | glyphcache.hxx | 32 class ServerFont; 80 friend class ServerFont; 101 ServerFont* mpCurrentGCFont; 171 class VCL_PLUGIN_PUBLIC ServerFont class 210 virtual ~ServerFont(); 237 ServerFont* mpPrevGCFont; 238 ServerFont* mpNextGCFont; 256 ServerFont* mpServerFont; 273 ServerFont& mrServerFont; 280 ServerFontLayout( ServerFont& ); [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;
|
/trunk/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 241 ServerFont* pFound = it->second; in CacheFont() 248 ServerFont* pNew = NULL; in CacheFont() 284 ServerFont* pFont = const_cast<ServerFont*>( &rServerFont ); in UncacheFont() 300 const ServerFont* pSF = it->second; in CalcByteCount() 398 ServerFont::ServerFont( const ImplFontSelectData& rFSD ) in ServerFont() function in ServerFont 403 mnBytesUsed( sizeof(ServerFont) ), in ServerFont() 426 ServerFont::~ServerFont() in ~ServerFont() 433 void ServerFont::ReleaseFromGarbageCollect() in ReleaseFromGarbageCollect() 436 ServerFont* pPrev = mpPrevGCFont; in ReleaseFromGarbageCollect() 437 ServerFont* pNext = mpNextGCFont; in ReleaseFromGarbageCollect() [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()
|
/trunk/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()
|
/trunk/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 | 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 | svpgdi.hxx | 32 class ServerFont; 48 ServerFont* m_pServerFont[ MAX_FALLBACK ];
|
H A D | svppspgraphics.hxx | 35 class ServerFont; 48 ServerFont* m_pServerFont[ MAX_FALLBACK ];
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 36 class ServerFont; 49 ServerFont* m_pServerFont[ MAX_FALLBACK ];
|
H A D | salgdi.h | 51 class ServerFont; 99 ServerFont* mpServerFont[ MAX_FALLBACK ];
|