Searched refs:maBufferDevice (Results 1 – 2 of 2) sorted by relevance
45 if(maBufferDevice.GetOutputSizePixel() != getOutputDevice().GetOutputSizePixel()) in ImpPrepareBufferDevice()49 maBufferDevice.SetOutputSizePixel(getOutputDevice().GetOutputSizePixel(), false); in ImpPrepareBufferDevice()53 if(maBufferDevice.GetMapMode() != getOutputDevice().GetMapMode()) in ImpPrepareBufferDevice()56 … maBufferDevice.GetMapMode().GetScaleX() != getOutputDevice().GetMapMode().GetScaleX() in ImpPrepareBufferDevice()57 … || maBufferDevice.GetMapMode().GetScaleY() != getOutputDevice().GetMapMode().GetScaleY()); in ImpPrepareBufferDevice()61 const Point& rOriginOld = maBufferDevice.GetMapMode().GetOrigin(); in ImpPrepareBufferDevice()68 const Point aOriginOldPixel(maBufferDevice.LogicToPixel(rOriginOld)); in ImpPrepareBufferDevice()69 const Point aOriginNewPixel(maBufferDevice.LogicToPixel(rOriginNew)); in ImpPrepareBufferDevice()70 const Size aOutputSizePixel(maBufferDevice.GetOutputSizePixel()); in ImpPrepareBufferDevice()73 const bool bMapModeWasEnabled(maBufferDevice.IsMapModeEnabled()); in ImpPrepareBufferDevice()[all …]
47 VirtualDevice maBufferDevice; member in sdr::overlay::OverlayManagerBuffered