Home
last modified time | relevance | path

Searched refs:mpRefDevice (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx48 mpRefDevice( NULL ), in DeviceHelper()
57 mpRefDevice = &rRefDevice; in implInit()
79 mpRefDevice = NULL; in disposing()
87 if( !mpRefDevice ) in setSize()
109 const MapMode aOldMapMode( mpRefDevice->GetMapMode() ); in getPhysicalResolution()
110 mpRefDevice->SetMapMode( MapMode(MAP_MM) ); in getPhysicalResolution()
111 const Size aPixelSize( mpRefDevice->LogicToPixel(Size(1,1)) ); in getPhysicalResolution()
112 mpRefDevice->SetMapMode( aOldMapMode ); in getPhysicalResolution()
119 if( !mpRefDevice ) in getPhysicalSize()
123 const MapMode aOldMapMode( mpRefDevice->GetMapMode() ); in getPhysicalSize()
[all …]
H A Dcairo_canvasfont.cxx75 mpRefDevice( rDevice ) in CanvasFont()
93 OutputDevice* pOutDev( mpRefDevice->getOutputDevice() ); in CanvasFont()
121 mpRefDevice.clear(); in disposing()
128 if( !mpRefDevice.is() ) in createTextLayout()
135 mpRefDevice ); in createTextLayout()
H A Dcairo_devicehelper.hxx104 OutputDevice* getOutputDevice() const { return mpRefDevice; } in getOutputDevice()
133 OutputDevice* mpRefDevice; member in cairocanvas::DeviceHelper
H A Dcairo_textlayout.cxx120 mpRefDevice( rRefDevice ), in TextLayout()
134 mpRefDevice.clear(); in disposing()
186 OutputDevice* pOutDev = mpRefDevice->getOutputDevice(); in queryTextBounds()
H A Dcairo_canvasfont.hxx87 SurfaceProviderRef mpRefDevice; member in cairocanvas::CanvasFont
H A Dcairo_textlayout.hxx107 SurfaceProviderRef mpRefDevice; member in cairocanvas::TextLayout
/AOO41X/main/canvas/source/vcl/
H A Dcanvasfont.cxx54 mpRefDevice( &rDevice ), in CanvasFont()
99 mpRefDevice.clear(); in disposing()
106 if( !mpRefDevice.is() ) in createTextLayout()
113 mpRefDevice, in createTextLayout()
H A Dcanvasfont.hxx90 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice> mpRefDevice;