Lines Matching refs:getOutputDevice

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()
62 const Point& rOriginNew = getOutputDevice().GetMapMode().GetOrigin(); in ImpPrepareBufferDevice()
97 maBufferDevice.SetMapMode(getOutputDevice().GetMapMode()); in ImpPrepareBufferDevice()
101 maBufferDevice.SetDrawMode(getOutputDevice().GetDrawMode()); in ImpPrepareBufferDevice()
102 maBufferDevice.SetSettings(getOutputDevice().GetSettings()); in ImpPrepareBufferDevice()
103 maBufferDevice.SetAntialiasing(getOutputDevice().GetAntialiasing()); in ImpPrepareBufferDevice()
119 const bool bMapModeWasEnabledDest(getOutputDevice().IsMapModeEnabled()); in ImpRestoreBackground()
121 getOutputDevice().EnableMapMode(false); in ImpRestoreBackground()
136 getOutputDevice().SetLineColor(COL_LIGHTGREEN); in ImpRestoreBackground()
137 getOutputDevice().SetFillColor(); in ImpRestoreBackground()
138 getOutputDevice().DrawRect(*aRectIter); in ImpRestoreBackground()
146 getOutputDevice().DrawOutDev( in ImpRestoreBackground()
181 getOutputDevice().EnableMapMode(bMapModeWasEnabledDest); in ImpRestoreBackground()
188 OutputDevice& rSource = (pPreRenderDevice) ? *pPreRenderDevice : getOutputDevice(); in ImpSaveBackground()
240 const bool bMapModeWasEnabledTest(getOutputDevice().IsMapModeEnabled()); in ImpSaveBackground()
242 getOutputDevice().EnableMapMode(false); in ImpSaveBackground()
243 getOutputDevice().SetLineColor(COL_LIGHTRED); in ImpSaveBackground()
244 getOutputDevice().SetFillColor(); in ImpSaveBackground()
245 getOutputDevice().DrawRect(*aRectIter); in ImpSaveBackground()
246 getOutputDevice().EnableMapMode(bMapModeWasEnabledTest); in ImpSaveBackground()
315 … aBufferRememberedRangeLogic.transform(getOutputDevice().GetInverseViewTransformation());
345 maOutputBufferDevice.SetMapMode(getOutputDevice().GetMapMode());
404 const bool bMapModeWasEnabledDest(getOutputDevice().IsMapModeEnabled());
405 getOutputDevice().EnableMapMode(false);
407 getOutputDevice().DrawOutDev(
418 getOutputDevice().EnableMapMode(bMapModeWasEnabledDest);
428 OverlayManager::ImpDrawMembers(aBufferRememberedRangeLogic, getOutputDevice());
538 const Region aRegionPixel(getOutputDevice().LogicToPixel(rRegion)); in restoreBackground()
560 aDiscreteRange.transform(getOutputDevice().GetViewTransformation()); in invalidateRange()