Searched refs:maBufferDevice (Results 1 – 2 of 2) sorted by relevance
43 if(maBufferDevice.GetOutputSizePixel() != getOutputDevice().GetOutputSizePixel()) in ImpPrepareBufferDevice()47 maBufferDevice.SetOutputSizePixel(getOutputDevice().GetOutputSizePixel(), false); in ImpPrepareBufferDevice()51 if(maBufferDevice.GetMapMode() != getOutputDevice().GetMapMode()) in ImpPrepareBufferDevice()54 … maBufferDevice.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 …]
47 VirtualDevice maBufferDevice; member in sdr::overlay::OverlayManagerBuffered