Searched refs:rSaveDevice (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | window2.cxx | 827 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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 1029 const Point& rDestOff, VirtualDevice& rSaveDevice );
|
Completed in 28 milliseconds