Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx214 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()
H A Dvirdev.cxx104 mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInitVirDev()
425 if( mpFontCache && (mpFontCache != pSVData->maGDIData.mpScreenFontCache) ) in ImplSetReferenceDevice()
H A Dprint.cxx554 mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInitDisplay()
H A Doutdev.cxx459 && (mpFontCache != ImplGetSVData()->maGDIData.mpScreenFontCache) in ~OutputDevice()
460 && (ImplGetSVData()->maGDIData.mpScreenFontCache != NULL) ) in ~OutputDevice()
/trunk/main/vcl/source/window/
H A Dwindow.cxx886 mpWindowImpl->mpFrameData->mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInit()
/trunk/main/vcl/inc/
H A Dsvdata.hxx209 ImplFontCache* mpScreenFontCache; // Screen-Font-Cache member
/trunk/main/vcl/source/app/
H A Dsvmain.cxx343 pSVData->maGDIData.mpScreenFontCache = new ImplFontCache( sal_False ); in InitVCL()
555 delete pSVData->maGDIData.mpScreenFontCache; in DeInitVCL()
556 pSVData->maGDIData.mpScreenFontCache = NULL; in DeInitVCL()

Completed in 109 milliseconds