Home
last modified time | relevance | path

Searched refs:SvpGlyphCache (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx72 class SvpGlyphCache : public GlyphCache class
76 static SvpGlyphCache& GetInstance();
78 SvpGlyphCache( SvpGlyphPeer& rPeer ) : GlyphCache( rPeer) {} in SvpGlyphCache() function in SvpGlyphCache
83 SvpGlyphCache& SvpGlyphCache::GetInstance() in GetInstance()
86 static SvpGlyphCache aGC( aSvpGlyphPeer ); in GetInstance()
211 SvpGlyphCache::GetInstance().UncacheFont( *m_pServerFont[i] ); in SetFont()
221 ServerFont* pServerFont = SvpGlyphCache::GetInstance().CacheFont( *pIFSD ); in SetFont()
228 SvpGlyphCache::GetInstance().UncacheFont( *pServerFont ); in SetFont()
284 GlyphCache& rGC = SvpGlyphCache::GetInstance(); in GetDevFontList()
473 SvpGlyphPeer& rGlyphPeer = SvpGlyphCache::GetInstance().GetPeer(); in DrawServerFontLayout()

Completed in 15 milliseconds