Searched refs:mpScreenFontCache (Results 1 – 7 of 7) sorted by relevance
343 pSVData->maGDIData.mpScreenFontCache = new ImplFontCache( sal_False ); in InitVCL()555 delete pSVData->maGDIData.mpScreenFontCache; in DeInitVCL()556 pSVData->maGDIData.mpScreenFontCache = NULL; in DeInitVCL()
104 mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInitVirDev()425 if( mpFontCache && (mpFontCache != pSVData->maGDIData.mpScreenFontCache) ) in ImplSetReferenceDevice()
459 && (mpFontCache != ImplGetSVData()->maGDIData.mpScreenFontCache) in ~OutputDevice()460 && (ImplGetSVData()->maGDIData.mpScreenFontCache != NULL) ) in ~OutputDevice()
554 mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInitDisplay()
214 if( mpFontCache && mpFontCache != pSVData->maGDIData.mpScreenFontCache ) in ImplUpdateFontData()229 if( mpFontCache && mpFontCache != pSVData->maGDIData.mpScreenFontCache ) in ImplUpdateFontData()296 pSVData->maGDIData.mpScreenFontCache->Invalidate(); in ImplUpdateAllFontData()2994 || mpFontCache == pSVData->maGDIData.mpScreenFontCache ) in ImplNewFont()
209 ImplFontCache* mpScreenFontCache; // Screen-Font-Cache member
886 mpWindowImpl->mpFrameData->mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInit()
Completed in 96 milliseconds