/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaymanagerbuffered.cxx | 97 maBufferDevice.SetMapMode(getOutputDevice().GetMapMode()); in ImpPrepareBufferDevice() 121 getOutputDevice().EnableMapMode(false); in ImpRestoreBackground() 137 getOutputDevice().SetFillColor(); in ImpRestoreBackground() 138 getOutputDevice().DrawRect(*aRectIter); in ImpRestoreBackground() 146 getOutputDevice().DrawOutDev( in ImpRestoreBackground() 181 getOutputDevice().EnableMapMode(bMapModeWasEnabledDest); in ImpRestoreBackground() 242 getOutputDevice().EnableMapMode(false); in ImpSaveBackground() 244 getOutputDevice().SetFillColor(); in ImpSaveBackground() 245 getOutputDevice().DrawRect(*aRectIter); in ImpSaveBackground() 405 getOutputDevice().EnableMapMode(false); [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_canvasbitmap.hxx | 104 virtual OutputDevice* getOutputDevice();
|
H A D | cairo_canvas.hxx | 147 virtual OutputDevice* getOutputDevice();
|
H A D | cairo_spritecanvas.hxx | 148 virtual OutputDevice* getOutputDevice();
|
H A D | cairo_canvasfont.cxx | 93 OutputDevice* pOutDev( mpRefDevice->getOutputDevice() ); in CanvasFont()
|
H A D | cairo_devicehelper.hxx | 104 OutputDevice* getOutputDevice() const { return mpRefDevice; } in getOutputDevice() function in cairocanvas::DeviceHelper
|
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()
|