Lines Matching refs:aPaintVDev
1196 VirtualDevice aPaintVDev; // into this one, we render. in RemoveTransparenciesFromMetaFile() local
1197 aPaintVDev.SetBackground( aBackgroundComponent.aBgColor ); in RemoveTransparenciesFromMetaFile()
1202 aPaintVDev.SetDrawMode( GetDrawMode() ); in RemoveTransparenciesFromMetaFile()
1218 aPaintVDev.SetOutputSizePixel( aDstSzPix ) ) in RemoveTransparenciesFromMetaFile()
1220 aPaintVDev.Push(); in RemoveTransparenciesFromMetaFile()
1223 aMapVDev.mnDPIX = aPaintVDev.mnDPIX = mnDPIX; in RemoveTransparenciesFromMetaFile()
1224 aMapVDev.mnDPIY = aPaintVDev.mnDPIY = mnDPIY; in RemoveTransparenciesFromMetaFile()
1226 aPaintVDev.EnableOutput(sal_False); in RemoveTransparenciesFromMetaFile()
1238 aPaintVDev.EnableOutput(sal_True); in RemoveTransparenciesFromMetaFile()
1251 aPaintVDev.SetMapMode( aMtfMap ); in RemoveTransparenciesFromMetaFile()
1256 pCurrAct->Execute( &aPaintVDev ); in RemoveTransparenciesFromMetaFile()
1263 …pPrinter->DrawGradientEx( &aPaintVDev, pGradientAction->GetRect(), pGradientAction->GetGradient() … in RemoveTransparenciesFromMetaFile()
1269 pCurrAct->Execute( &aPaintVDev ); in RemoveTransparenciesFromMetaFile()
1277 mbMap = aPaintVDev.mbMap = sal_False; in RemoveTransparenciesFromMetaFile()
1279 Bitmap aBandBmp( aPaintVDev.GetBitmap( Point(), aDstSzPix ) ); in RemoveTransparenciesFromMetaFile()
1293 aPaintVDev.mbMap = sal_True; in RemoveTransparenciesFromMetaFile()
1296 aPaintVDev.Pop(); in RemoveTransparenciesFromMetaFile()