Searched refs:RemovingGlyph (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 387 inline void GlyphCache::RemovingGlyph( ServerFont& rSF, GlyphData& rGD, sal_GlyphId aGlyphId ) in RemovingGlyph() function in GlyphCache 389 mrPeer.RemovingGlyph( rSF, rGD, aGlyphId ); in RemovingGlyph() 485 GlyphCache::GetInstance().RemovingGlyph( *this, rGD, it->first ); in GarbageCollect()
|
/aoo42x/main/vcl/inc/ |
H A D | glyphcache.hxx | 83 void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId ); 307 virtual void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId ) {} in RemovingGlyph() function in GlyphCachePeer
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svptext.cxx | 60 virtual void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId ); 155 void SvpGlyphPeer::RemovingGlyph( ServerFont&, GlyphData& rGlyphData, sal_GlyphId /*aGlyphId*/ ) in RemovingGlyph() function in SvpGlyphPeer
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.hxx | 55 virtual void RemovingGlyph( ServerFont&, GlyphData&, sal_GlyphId );
|
H A D | gcach_xpeer.cxx | 330 void X11GlyphPeer::RemovingGlyph( ServerFont& /*rServerFont*/, GlyphData& rGlyphData, sal_GlyphId /… in RemovingGlyph() function in X11GlyphPeer
|
Completed in 43 milliseconds