Home
last modified time | relevance | path

Searched refs:ImplFontCache (Results 1 – 8 of 8) sorted by path

/trunk/main/vcl/inc/
H A Doutdev.h206 class ImplFontCache class
224 ImplFontCache( bool bPrinter );
225 ~ImplFontCache();
H A Dsvdata.hxx75 class ImplFontCache;
209 ImplFontCache* mpScreenFontCache; // Screen-Font-Cache
H A Dwindow.h54 class ImplFontCache;
167 ImplFontCache* mpFontCache; // Font-Cache for this frame
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx54 class ImplFontCache;
304 mutable ImplFontCache* mpFontCache;
/trunk/main/vcl/source/app/
H A Dsvmain.cxx343 pSVData->maGDIData.mpScreenFontCache = new ImplFontCache( sal_False ); in InitVCL()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx232 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 ImplFontCache
2320 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()
H A Dprint.cxx535 mpFontCache = new ImplFontCache( sal_True ); in ImplInit()
H A Dvirdev.cxx433 mpFontCache = new ImplFontCache( false ); in ImplSetReferenceDevice()

Completed in 76 milliseconds