Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dprint2.cxx1180 VirtualDevice aPaintVDev; // into this one, we render. in RemoveTransparenciesFromMetaFile() local
1181 aPaintVDev.SetBackground( aBackgroundComponent.aBgColor ); in RemoveTransparenciesFromMetaFile()
1186 aPaintVDev.SetDrawMode( GetDrawMode() ); in RemoveTransparenciesFromMetaFile()
1202 aPaintVDev.SetOutputSizePixel( aDstSzPix ) ) in RemoveTransparenciesFromMetaFile()
1204 aPaintVDev.Push(); in RemoveTransparenciesFromMetaFile()
1207 aMapVDev.mnDPIX = aPaintVDev.mnDPIX = mnDPIX; in RemoveTransparenciesFromMetaFile()
1208 aMapVDev.mnDPIY = aPaintVDev.mnDPIY = mnDPIY; in RemoveTransparenciesFromMetaFile()
1210 aPaintVDev.EnableOutput(sal_False); in RemoveTransparenciesFromMetaFile()
1222 aPaintVDev.EnableOutput(sal_True); in RemoveTransparenciesFromMetaFile()
1235 aPaintVDev.SetMapMode( aMtfMap ); in RemoveTransparenciesFromMetaFile()
[all …]