Lines Matching refs:ServerFont

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()
387 inline void GlyphCache::RemovingGlyph( ServerFont& rSF, GlyphData& rGD, sal_GlyphId aGlyphId ) in RemovingGlyph()
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()
446 long ServerFont::Release() const in Release()
454 GlyphData& ServerFont::GetGlyphData( sal_GlyphId aGlyphId ) in GetGlyphData()
474 void ServerFont::GarbageCollect( long nMinLruIndex ) in GarbageCollect()
494 Point ServerFont::TransformPoint( const Point& rPoint ) const in TransformPoint()
506 bool ServerFont::IsGlyphInvisible( sal_GlyphId aGlyphId ) in IsGlyphInvisible()