Home
last modified time | relevance | path

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

/trunk/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.cxx73 mpRefDevice( rDevice ) in CanvasFont()
91 OutputDevice* pOutDev( mpRefDevice->getOutputDevice() ); in CanvasFont()
119 mpRefDevice.clear(); in disposing()
126 if( !mpRefDevice.is() ) in createTextLayout()
133 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.cxx129 mpRefDevice( rRefDevice ), in TextLayout()
143 mpRefDevice.clear(); in disposing()
195 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
/trunk/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;