| /AOO42X/main/svx/source/sdr/overlay/ ! |
| H A D | overlaymanagerbuffered.cxx | 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() [all …]
|
| H A D | overlaymanager.cxx | 118 …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 D | overlayobjectlist.cxx | 93 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 D | cairo_spritedevicehelper.cxx | 179 if( getOutputDevice() ) in createSurface() 180 return createBitmapSurface( *getOutputDevice(), rData, rSize ); in createSurface()
|
| H A D | cairo_canvas.cxx | 191 OutputDevice* Canvas::getOutputDevice() in getOutputDevice() function in cairocanvas::Canvas 193 return maDeviceHelper.getOutputDevice(); in getOutputDevice()
|
| H A D | cairo_canvascustomsprite.cxx | 146 OutputDevice* CanvasCustomSprite::getOutputDevice() in getOutputDevice() function in cairocanvas::CanvasCustomSprite 148 return mpSpriteCanvas->getOutputDevice(); in getOutputDevice()
|
| H A D | cairo_spritecanvas.cxx | 189 OutputDevice* SpriteCanvas::getOutputDevice() in getOutputDevice() function in cairocanvas::SpriteCanvas 191 return maDeviceHelper.getOutputDevice(); in getOutputDevice()
|
| H A D | cairo_devicehelper.cxx | 67 OutputDevice* pOutDev=getOutputDevice(); in init() 90 OutputDevice* pOutDev=getOutputDevice(); in setSize()
|
| H A D | cairo_canvasbitmap.cxx | 133 OutputDevice* CanvasBitmap::getOutputDevice() in getOutputDevice() function in cairocanvas::CanvasBitmap 135 return mpSurfaceProvider->getOutputDevice(); in getOutputDevice()
|
| H A D | cairo_surfaceprovider.hxx | 72 virtual OutputDevice* getOutputDevice() = 0;
|
| H A D | cairo_canvascustomsprite.hxx | 140 virtual OutputDevice* getOutputDevice();
|
| H A D | cairo_canvas.hxx | 147 virtual OutputDevice* getOutputDevice();
|
| H A D | cairo_canvasbitmap.hxx | 104 virtual OutputDevice* getOutputDevice();
|
| H A D | cairo_spritecanvas.hxx | 148 virtual OutputDevice* getOutputDevice();
|
| H A D | cairo_devicehelper.hxx | 104 OutputDevice* getOutputDevice() const { return mpRefDevice; } in getOutputDevice() function in cairocanvas::DeviceHelper
|
| H A D | cairo_canvasfont.cxx | 91 OutputDevice* pOutDev( mpRefDevice->getOutputDevice() ); in CanvasFont()
|
| H A D | cairo_textlayout.cxx | 195 OutputDevice* pOutDev = mpRefDevice->getOutputDevice(); in queryTextBounds()
|
| /AOO42X/main/svx/inc/svx/sdr/overlay/ ! |
| H A D | overlaymanager.hxx | 110 OutputDevice& getOutputDevice() const { return rmOutputDevice; } in getOutputDevice() function in sdr::overlay::OverlayManager
|
| /AOO42X/main/svx/source/svdraw/ ! |
| H A D | svdcrtv.cxx | 80 Size aHalfLogicSize(pTargetOverlay->getOutputDevice().PixelToLogic(Size(4, 4))); in ImplConnectMarkerOverlay()
|