/aoo41x/main/cppcanvas/source/wrapper/ |
H A D | implcolor.cxx | 38 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 D | implcolor.hxx | 56 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice > mxDevice;
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxfont.cxx | 53 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 D | vclxgraphics.cxx | 84 mxDevice = NULL; in SetOutputDevice() 154 if( !mxDevice.is() && mpOutputDevice ) in getDevice() 158 mxDevice = pDev; in getDevice() 160 return mxDevice; in getDevice()
|
/aoo41x/main/canvas/source/tools/ |
H A D | parametricpolypolygon.cxx | 175 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()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | renderer.cxx | 249 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()
|
/aoo41x/main/canvas/workben/ |
H A D | canvasdemo.cxx | 116 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()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1103 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 D | cairo_spritehelper.cxx | 98 mxDevice->startPerfTrace( &aTimer ); in redraw() 171 mxDevice->stopPerfTrace( &aTimer, "sprite redraw" ); in redraw()
|
H A D | cairo_canvashelper_text.cxx | 296 mxDevice->startPerfTrace( &aTimer ); in drawText()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | textlayout.cxx | 93 mxDevice( xDevice ), in TextLayout() 105 mxDevice.clear(); in disposing() 154 mxDevice, in queryTextShapes()
|
H A D | canvasbitmap.hxx | 121 ::com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> mxDevice;
|
H A D | textlayout.hxx | 104 ::com::sun::star::rendering::XGraphicDevice> mxDevice;
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewprn.cxx | 72 mutable Reference<awt::XDevice> mxDevice; member in SfxPrinterController 220 mxDevice = Reference< awt::XDevice >( pXDevice ); in getMergedOptions() 225 aRenderOptions[ 0 ].Value <<= mxDevice; in getMergedOptions()
|
/aoo41x/main/svtools/source/inc/ |
H A D | renderer.hxx | 87 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice > mxDevice;
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxfont.hxx | 47 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice> mxDevice;
|
H A D | vclxgraphics.hxx | 61 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XDevice> mxDevice; // nur um bei getDevic…
|
/aoo41x/main/canvas/inc/canvas/ |
H A D | parametricpolypolygon.hxx | 161 ::com::sun::star::rendering::XGraphicDevice > mxDevice;
|