Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx185 mpFontCache->Release( mpFontEntry ); in ImplUpdateFontData()
214 if( mpFontCache && mpFontCache != pSVData->maGDIData.mpScreenFontCache ) in ImplUpdateFontData()
215 mpFontCache->Invalidate(); in ImplUpdateFontData()
229 if( mpFontCache && mpFontCache != pSVData->maGDIData.mpScreenFontCache ) in ImplUpdateFontData()
230 delete mpFontCache; in ImplUpdateFontData()
232 mpFontCache = new ImplFontCache( sal_False ); in ImplUpdateFontData()
2994 || mpFontCache == pSVData->maGDIData.mpScreenFontCache ) in ImplNewFont()
3032 mpFontCache->Release( pOldEntry ); in ImplNewFont()
6153 mpFontCache->Release( pFallbackFont ); in ImplGlyphFallbackLayout()
6212 mpFontCache->Release( pFallbackFont ); in ImplGlyphFallbackLayout()
[all …]
H A Dvirdev.cxx104 mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInitVirDev()
407 mpFontCache->Release( mpFontEntry ); in ImplSetReferenceDevice()
425 if( mpFontCache && (mpFontCache != pSVData->maGDIData.mpScreenFontCache) ) in ImplSetReferenceDevice()
426 delete mpFontCache; in ImplSetReferenceDevice()
433 mpFontCache = new ImplFontCache( false ); in ImplSetReferenceDevice()
H A Dprint.cxx535 mpFontCache = new ImplFontCache( sal_True ); in ImplInit()
554 mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInitDisplay()
737 mpFontCache->Release( mpFontEntry ); in ~Printer()
750 delete mpFontCache; in ~Printer()
751 mpFontCache = NULL; in ~Printer()
907 mpFontCache->Release( mpFontEntry ); in SetPrinterProps()
921 delete mpFontCache; in SetPrinterProps()
923 mpFontCache = NULL; in SetPrinterProps()
951 mpFontCache->Release( mpFontEntry ); in SetPrinterProps()
964 delete mpFontCache; in SetPrinterProps()
[all …]
H A Doutdev.cxx345 mpFontCache = NULL; in OutputDevice()
448 mpFontCache->Release( mpFontEntry ); in ~OutputDevice()
458 if( mpFontCache in ~OutputDevice()
459 && (mpFontCache != ImplGetSVData()->maGDIData.mpScreenFontCache) in ~OutputDevice()
462 delete mpFontCache; in ~OutputDevice()
463 mpFontCache = NULL; in ~OutputDevice()
755 mpFontCache->Release( mpFontEntry ); in ImplReleaseGraphics()
/trunk/main/vcl/source/window/
H A Dwindow.cxx886 mpWindowImpl->mpFrameData->mpFontCache = pSVData->maGDIData.mpScreenFontCache; in ImplInit()
933 mpFontCache = mpWindowImpl->mpFrameData->mpFontCache; in ImplInit()
4331 pFontEntry = pFocusWin->mpFontCache->GetFontEntry( pFocusWin->mpFontList, in ImplNewInputContext()
4341 pFocusWin->mpFontCache->Release( pFontEntry ); in ImplNewInputContext()
/trunk/main/vcl/inc/
H A Dwindow.h167 ImplFontCache* mpFontCache; // Font-Cache for this frame member
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx304 mutable ImplFontCache* mpFontCache; member in OutputDevice

Completed in 148 milliseconds