Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx43 if(maBufferDevice.GetOutputSizePixel() != getOutputDevice().GetOutputSizePixel()) in ImpPrepareBufferDevice()
47 maBufferDevice.SetOutputSizePixel(getOutputDevice().GetOutputSizePixel(), false); in ImpPrepareBufferDevice()
51 if(maBufferDevice.GetMapMode() != getOutputDevice().GetMapMode()) in ImpPrepareBufferDevice()
54maBufferDevice.GetMapMode().GetScaleX() != getOutputDevice().GetMapMode().GetScaleX() in ImpPrepareBufferDevice()
55 … || maBufferDevice.GetMapMode().GetScaleY() != getOutputDevice().GetMapMode().GetScaleY()); in ImpPrepareBufferDevice()
59 const Point& rOriginOld = maBufferDevice.GetMapMode().GetOrigin(); in ImpPrepareBufferDevice()
66 const Point aOriginOldPixel(maBufferDevice.LogicToPixel(rOriginOld)); in ImpPrepareBufferDevice()
67 const Point aOriginNewPixel(maBufferDevice.LogicToPixel(rOriginNew)); in ImpPrepareBufferDevice()
68 const Size aOutputSizePixel(maBufferDevice.GetOutputSizePixel()); in ImpPrepareBufferDevice()
71 const bool bMapModeWasEnabled(maBufferDevice.IsMapModeEnabled()); in ImpPrepareBufferDevice()
[all …]
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaymanagerbuffered.hxx47 VirtualDevice maBufferDevice; member in sdr::overlay::OverlayManagerBuffered