Searched refs:ImplFontCache (Results 1 – 8 of 8) sorted by relevance
206 class ImplFontCache class224 ImplFontCache( bool bPrinter );225 ~ImplFontCache();
54 class ImplFontCache;167 ImplFontCache* mpFontCache; // Font-Cache for this frame
75 class ImplFontCache;209 ImplFontCache* mpScreenFontCache; // Screen-Font-Cache
232 mpFontCache = new ImplFontCache( sal_False ); in ImplUpdateFontData()2234 size_t ImplFontCache::IFSD_Hash::operator()( const ImplFontSelectData& rFSD ) const in operator ()()2259 bool ImplFontCache::IFSD_Equal::operator()(const ImplFontSelectData& rA, const ImplFontSelectData& … in operator ()()2312 ImplFontCache::ImplFontCache( bool bPrinter ) in ImplFontCache() function in ImplFontCache2320 ImplFontCache::~ImplFontCache() in ~ImplFontCache()2332 ImplFontEntry* ImplFontCache::GetFontEntry( ImplDevFontList* pFontList, in GetFontEntry()2360 ImplFontEntry* ImplFontCache::GetFontEntry( ImplDevFontList* pFontList, in GetFontEntry()2748 ImplFontEntry* ImplFontCache::GetGlyphFallbackFont( ImplDevFontList* pFontList, in GetGlyphFallbackFont()2774 void ImplFontCache::Release( ImplFontEntry* pEntry ) in Release()2808 void ImplFontCache::Invalidate() in Invalidate()
433 mpFontCache = new ImplFontCache( false ); in ImplSetReferenceDevice()
535 mpFontCache = new ImplFontCache( sal_True ); in ImplInit()
54 class ImplFontCache;304 mutable ImplFontCache* mpFontCache;
343 pSVData->maGDIData.mpScreenFontCache = new ImplFontCache( sal_False ); in InitVCL()
Completed in 81 milliseconds