Home
last modified time | relevance | path

Searched refs:aPaintVDev (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dprint2.cxx1196 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()
[all …]