Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx2830 GlyphCache::GetInstance().InvalidateAllGlyphs(); in Invalidate()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx72 class SvpGlyphCache : public GlyphCache
78 SvpGlyphCache( SvpGlyphPeer& rPeer ) : GlyphCache( rPeer) {} in SvpGlyphCache()
284 GlyphCache& rGC = SvpGlyphCache::GetInstance(); in GetDevFontList()
H A Dsvppspgraphics.cxx736 GlyphCache::GetInstance().UncacheFont( *m_pServerFont[i] ); in SetFont()
768 ServerFont* pServerFont = GlyphCache::GetInstance().CacheFont( *pEntry ); in SetFont()
774 GlyphCache::GetInstance().UncacheFont( *pServerFont ); in SetFont()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx641 : GlyphCache( rPeer ) in X11GlyphCache()
H A Dgcach_xpeer.hxx78 class X11GlyphCache : public GlyphCache
H A Dpspgraphics.cxx821 GlyphCache::GetInstance().UncacheFont( *m_pServerFont[i] ); in SetFont()
853 ServerFont* pServerFont = GlyphCache::GetInstance().CacheFont( *pEntry ); in SetFont()
859 GlyphCache::GetInstance().UncacheFont( *pServerFont ); in SetFont()
H A Dsalgdi3.cxx201 GlyphCache::GetInstance().UncacheFont( *mpServerFont[i] ); in setFont()
217 ServerFont* pServerFont = GlyphCache::GetInstance().CacheFont( *pEntry ); in setFont()
223 GlyphCache::GetInstance().UncacheFont( *pServerFont ); in setFont()
1013 GlyphCache& rGC = X11GlyphCache::GetInstance(); in AddTempDevFont()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.hxx204 friend class GlyphCache;
H A Dglyphcache.cxx51 static GlyphCache* pInstance = NULL;
53 GlyphCache::GlyphCache( GlyphCachePeer& rPeer ) in GlyphCache() function in GlyphCache
56 mnBytesUsed(sizeof(GlyphCache)), in GlyphCache()
68 GlyphCache::~GlyphCache() in ~GlyphCache()
77 void GlyphCache::InvalidateAllGlyphs() in InvalidateAllGlyphs()
162 GlyphCache& GlyphCache::GetInstance() in GetInstance()
169 void GlyphCache::LoadFonts() in LoadFonts()
180 void GlyphCache::ClearFontPath() in ClearFontPath()
295 sal_uLong GlyphCache::CalcByteCount() const in CalcByteCount()
310 void GlyphCache::GarbageCollect() in GarbageCollect()
[all …]
/trunk/main/vcl/inc/
H A Dglyphcache.hxx29 class GlyphCache;
56 class VCL_PLUGIN_PUBLIC GlyphCache class
59 explicit GlyphCache( GlyphCachePeer& );
60 /*virtual*/ ~GlyphCache();
62 static GlyphCache& GetInstance();
207 friend class GlyphCache;

Completed in 96 milliseconds