Home
last modified time | relevance | path

Searched refs:getOutputDevice (Results 1 – 19 of 19) sorted by relevance

/AOO42X/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()
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()
[all …]
H A Doverlaymanager.cxx118 …const basegfx::B2DVector aDiscreteInLogic(getOutputDevice().GetInverseViewTransformation() * baseg… in getDiscreteOne()
152 if(getOutputDevice().GetViewTransformation() != maViewTransformation) in getCurrentViewInformation2D()
156 if(OUTDEV_WINDOW == getOutputDevice().GetOutDevType()) in getCurrentViewInformation2D()
158 const Size aOutputSizePixel(getOutputDevice().GetOutputSizePixel()); in getCurrentViewInformation2D()
165 aViewRange.transform(getOutputDevice().GetInverseViewTransformation()); in getCurrentViewInformation2D()
171 pThis->maViewTransformation = getOutputDevice().GetViewTransformation(); in getCurrentViewInformation2D()
255 OutputDevice& rTarget = (pPreRenderDevice) ? *pPreRenderDevice : getOutputDevice(); in completeRedraw()
307 if(OUTDEV_WINDOW == getOutputDevice().GetOutDevType()) in invalidateRange()
320 … ((Window&)getOutputDevice()).Invalidate(aInvalidateRectangle, INVALIDATE_NOERASE); in invalidateRange()
331 … ((Window&)getOutputDevice()).Invalidate(aInvalidateRectangle, INVALIDATE_NOERASE); in invalidateRange()
H A Doverlayobjectlist.cxx93 const Size aSizeLogic(pManager->getOutputDevice().PixelToLogic( in isHitLogic()
141 … const Point aPosLogic(pManager->getOutputDevice().PixelToLogic(rDiscretePosition)); in isHitPixel()
146 …const Size aSizeLogic(pManager->getOutputDevice().PixelToLogic(Size(nDiscreteTolerance, nDiscreteT… in isHitPixel()
/AOO42X/main/canvas/source/cairo/
H A Dcairo_spritedevicehelper.cxx179 if( getOutputDevice() ) in createSurface()
180 return createBitmapSurface( *getOutputDevice(), rData, rSize ); in createSurface()
H A Dcairo_canvas.cxx191 OutputDevice* Canvas::getOutputDevice() in getOutputDevice() function in cairocanvas::Canvas
193 return maDeviceHelper.getOutputDevice(); in getOutputDevice()
H A Dcairo_canvascustomsprite.cxx146 OutputDevice* CanvasCustomSprite::getOutputDevice() in getOutputDevice() function in cairocanvas::CanvasCustomSprite
148 return mpSpriteCanvas->getOutputDevice(); in getOutputDevice()
H A Dcairo_spritecanvas.cxx189 OutputDevice* SpriteCanvas::getOutputDevice() in getOutputDevice() function in cairocanvas::SpriteCanvas
191 return maDeviceHelper.getOutputDevice(); in getOutputDevice()
H A Dcairo_devicehelper.cxx67 OutputDevice* pOutDev=getOutputDevice(); in init()
90 OutputDevice* pOutDev=getOutputDevice(); in setSize()
H A Dcairo_canvasbitmap.cxx133 OutputDevice* CanvasBitmap::getOutputDevice() in getOutputDevice() function in cairocanvas::CanvasBitmap
135 return mpSurfaceProvider->getOutputDevice(); in getOutputDevice()
H A Dcairo_surfaceprovider.hxx72 virtual OutputDevice* getOutputDevice() = 0;
H A Dcairo_canvascustomsprite.hxx140 virtual OutputDevice* getOutputDevice();
H A Dcairo_canvas.hxx147 virtual OutputDevice* getOutputDevice();
H A Dcairo_canvasbitmap.hxx104 virtual OutputDevice* getOutputDevice();
H A Dcairo_spritecanvas.hxx148 virtual OutputDevice* getOutputDevice();
H A Dcairo_devicehelper.hxx104 OutputDevice* getOutputDevice() const { return mpRefDevice; } in getOutputDevice() function in cairocanvas::DeviceHelper
H A Dcairo_canvasfont.cxx91 OutputDevice* pOutDev( mpRefDevice->getOutputDevice() ); in CanvasFont()
H A Dcairo_textlayout.cxx195 OutputDevice* pOutDev = mpRefDevice->getOutputDevice(); in queryTextBounds()
/AOO42X/main/svx/inc/svx/sdr/overlay/
H A Doverlaymanager.hxx110 OutputDevice& getOutputDevice() const { return rmOutputDevice; } in getOutputDevice() function in sdr::overlay::OverlayManager
/AOO42X/main/svx/source/svdraw/
H A Dsvdcrtv.cxx80 Size aHalfLogicSize(pTargetOverlay->getOutputDevice().PixelToLogic(Size(4, 4))); in ImplConnectMarkerOverlay()