Home
last modified time | relevance | path

Searched refs:mxDevice (Results 1 – 18 of 18) sorted by path

/trunk/main/canvas/inc/canvas/
H A Dparametricpolypolygon.hxx162 ::com::sun::star::rendering::XGraphicDevice > mxDevice;
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1103 mxDevice->startPerfTrace( &aTimer ); in drawPolyPolygon()
1133 mxDevice->startPerfTrace( &aTimer ); in strokePolyPolygon()
1196 mxDevice->stopPerfTrace( &aTimer, "strokePolyPolygon" ); in strokePolyPolygon()
1243 mxDevice->startPerfTrace( &aTimer ); in fillPolyPolygon()
1257 mxDevice->stopPerfTrace( &aTimer, "fillPolyPolygon" ); in fillPolyPolygon()
1416 mxDevice->startPerfTrace( &aTimer ); in drawBitmap()
1434 mxDevice->stopPerfTrace( &aTimer, "drawBitmap" ); in drawBitmap()
1447 mxDevice->startPerfTrace( &aTimer ); in drawBitmapModulated()
1465 mxDevice->stopPerfTrace( &aTimer, "drawBitmap" ); in drawBitmapModulated()
1501 mxDevice->startPerfTrace( &aTimer ); in getScaledBitmap()
[all …]
H A Dcairo_canvashelper_text.cxx296 mxDevice->startPerfTrace( &aTimer ); in drawText()
H A Dcairo_spritehelper.cxx98 mxDevice->startPerfTrace( &aTimer ); in redraw()
171 mxDevice->stopPerfTrace( &aTimer, "sprite redraw" ); in redraw()
/trunk/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx175 mxDevice.clear(); in disposing()
206 …return mxDevice.is() ? mxDevice->getDeviceColorSpace() : uno::Reference< rendering::XColorSpace >(… in getColorSpace()
240 mxDevice( rDevice ), in ParametricPolyPolygon()
256 mxDevice( rDevice ), in ParametricPolyPolygon()
270 mxDevice( rDevice ), in ParametricPolyPolygon()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmap.hxx121 ::com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> mxDevice;
H A Dtextlayout.cxx93 mxDevice( xDevice ), in TextLayout()
105 mxDevice.clear(); in disposing()
154 mxDevice, in queryTextShapes()
H A Dtextlayout.hxx104 ::com::sun::star::rendering::XGraphicDevice> mxDevice;
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx116 uno::Reference< rendering::XGraphicDevice > mxDevice; member in DemoRenderer
130 mxDevice( xDevice ) in DemoRenderer()
200 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRect()
281 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawHilbert()
340 basegfx::unotools::xPolyPolygonFromB2DPolygon(mxDevice, in drawEllipses()
439 xPoly = mxDevice->createCompatibleBezierPolyPolygon(aPolys); in drawCurves()
531 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRegularPolygon()
/trunk/main/cppcanvas/source/wrapper/
H A Dimplcolor.cxx38 mxDevice( rDevice ) in ImplColor()
40 OSL_ENSURE( mxDevice.is(), "ImplColor::ImplColor(): Invalid graphic device" ); in ImplColor()
49 OSL_ENSURE( mxDevice.is(), "ImplColor::getIntSRGBA(): Invalid graphic device" ); in getIntSRGBA()
52 return tools::doubleSequenceToIntSRGBA( mxDevice, rDeviceColor ); in getIntSRGBA()
57 OSL_ENSURE( mxDevice.is(), "ImplColor::getDeviceColor(): Invalid graphic device" ); in getDeviceColor()
60 return tools::intSRGBAToDoubleSequence( mxDevice, aSRGBA ); in getDeviceColor()
H A Dimplcolor.hxx56 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice > mxDevice;
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx72 mutable Reference<awt::XDevice> mxDevice; member in SfxPrinterController
220 mxDevice = Reference< awt::XDevice >( pXDevice ); in getMergedOptions()
225 aRenderOptions[ 0 ].Value <<= mxDevice; in getMergedOptions()
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx249 mxDevice = xDevice; in _setPropertyValues()
254 mxDevice.clear(); in _setPropertyValues()
297 if( mxDevice.is() ) in _getPropertyValues()
298 *pValues <<= mxDevice; in _getPropertyValues()
328 if( mpOutDev && mxDevice.is() && rxGraphic.is() ) in render()
/trunk/main/svtools/source/inc/
H A Drenderer.hxx87 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > mxDevice;
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxfont.hxx47 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice> mxDevice;
H A Dvclxgraphics.hxx61 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice> mxDevice; // nur um bei getDevic…
/trunk/main/toolkit/source/awt/
H A Dvclxfont.cxx53 mxDevice = &rxDev; in Init()
63 if ( !mpFontMetric && mxDevice.is() ) in ImplAssertValidFontMetric()
65 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in ImplAssertValidFontMetric()
121 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidth()
140 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidths()
165 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getStringWidth()
181 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getStringWidthArray()
204 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in hasGlyphs()
H A Dvclxgraphics.cxx84 mxDevice = NULL; in SetOutputDevice()
154 if( !mxDevice.is() && mpOutputDevice ) in getDevice()
158 mxDevice = pDev; in getDevice()
160 return mxDevice; in getDevice()

Completed in 78 milliseconds