Lines Matching refs:getOutputDevice
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()
60 const Point& rOriginNew = getOutputDevice().GetMapMode().GetOrigin(); in ImpPrepareBufferDevice()
95 maBufferDevice.SetMapMode(getOutputDevice().GetMapMode()); in ImpPrepareBufferDevice()
99 maBufferDevice.SetDrawMode(getOutputDevice().GetDrawMode()); in ImpPrepareBufferDevice()
100 maBufferDevice.SetSettings(getOutputDevice().GetSettings()); in ImpPrepareBufferDevice()
101 maBufferDevice.SetAntialiasing(getOutputDevice().GetAntialiasing()); in ImpPrepareBufferDevice()
117 const bool bMapModeWasEnabledDest(getOutputDevice().IsMapModeEnabled()); in ImpRestoreBackground()
119 getOutputDevice().EnableMapMode(false); in ImpRestoreBackground()
134 getOutputDevice().SetLineColor(COL_LIGHTGREEN); in ImpRestoreBackground()
135 getOutputDevice().SetFillColor(); in ImpRestoreBackground()
136 getOutputDevice().DrawRect(*aRectIter); in ImpRestoreBackground()
144 getOutputDevice().DrawOutDev( in ImpRestoreBackground()
179 getOutputDevice().EnableMapMode(bMapModeWasEnabledDest); in ImpRestoreBackground()
186 OutputDevice& rSource = (pPreRenderDevice) ? *pPreRenderDevice : getOutputDevice(); in ImpSaveBackground()
238 const bool bMapModeWasEnabledTest(getOutputDevice().IsMapModeEnabled()); in ImpSaveBackground()
240 getOutputDevice().EnableMapMode(false); in ImpSaveBackground()
241 getOutputDevice().SetLineColor(COL_LIGHTRED); in ImpSaveBackground()
242 getOutputDevice().SetFillColor(); in ImpSaveBackground()
243 getOutputDevice().DrawRect(*aRectIter); in ImpSaveBackground()
244 getOutputDevice().EnableMapMode(bMapModeWasEnabledTest); in ImpSaveBackground()
313 … aBufferRememberedRangeLogic.transform(getOutputDevice().GetInverseViewTransformation());
343 maOutputBufferDevice.SetMapMode(getOutputDevice().GetMapMode());
402 const bool bMapModeWasEnabledDest(getOutputDevice().IsMapModeEnabled());
403 getOutputDevice().EnableMapMode(false);
405 getOutputDevice().DrawOutDev(
416 getOutputDevice().EnableMapMode(bMapModeWasEnabledDest);
426 OverlayManager::ImpDrawMembers(aBufferRememberedRangeLogic, getOutputDevice());
536 const Region aRegionPixel(getOutputDevice().LogicToPixel(rRegion)); in restoreBackground()
558 aDiscreteRange.transform(getOutputDevice().GetViewTransformation()); in invalidateRange()