Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow2.cxx827 const Point& rDestOff, VirtualDevice& rSaveDevice ) in SaveBackground() argument
841 const Region aOldClip( rSaveDevice.GetClipRegion() ); in SaveBackground()
842 const Point aPixOffset( rSaveDevice.LogicToPixel( rDestOff ) ); in SaveBackground()
843 const sal_Bool bMap = rSaveDevice.IsMapModeEnabled(); in SaveBackground()
849 rSaveDevice.EnableMapMode( sal_False ); in SaveBackground()
850 rSaveDevice.SetClipRegion( aClip ); in SaveBackground()
851 rSaveDevice.EnableMapMode( bMap ); in SaveBackground()
852 rSaveDevice.DrawOutDev( rDestOff, rSize, rPos, rSize, *this ); in SaveBackground()
853 rSaveDevice.SetClipRegion( aOldClip ); in SaveBackground()
857 rSaveDevice.DrawOutDev( rDestOff, rSize, rPos, rSize, *this ); in SaveBackground()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx1029 const Point& rDestOff, VirtualDevice& rSaveDevice );

Completed in 36 milliseconds