Searched refs:xGraphicDevice (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 148 …D > xPolyPolygonFromB2DPolygon( const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, in xPolyPolygonFromB2DPolygon() argument 153 if( !xGraphicDevice.is() ) in xPolyPolygonFromB2DPolygon() 161 xRes.set( xGraphicDevice->createCompatibleBezierPolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon() 169 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon() 181 …xPolyPolygonFromB2DPolyPolygon( const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, in xPolyPolygonFromB2DPolyPolygon() argument 186 if( !xGraphicDevice.is() ) in xPolyPolygonFromB2DPolyPolygon() 194 xRes.set( xGraphicDevice->createCompatibleBezierPolyPolygon( in xPolyPolygonFromB2DPolyPolygon() 200 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( in xPolyPolygonFromB2DPolyPolygon()
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_textlayout.cxx | 113 uno::Reference< rendering::XGraphicDevice > xGraphicDevice; in queryTextBounds() local 114 ::dxcanvas::TextLayoutDrawHelper aDrawHelper(xGraphicDevice); in queryTextBounds() 234 const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, in draw() 239 ::dxcanvas::TextLayoutDrawHelper aDrawHelper(xGraphicDevice); in draw()
|
H A D | dx_textlayout_drawhelper.cxx | 66 const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice ) : in TextLayoutDrawHelper() 67 mxGraphicDevice(xGraphicDevice) in TextLayoutDrawHelper()
|
H A D | dx_textlayout_drawhelper.hxx | 49 …t ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice);
|
H A D | dx_textlayout.hxx | 94 ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice,
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | canvastools.hxx | 86 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice, 93 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice, 127 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice, 134 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice,
|
/aoo4110/main/vcl/source/helper/ |
H A D | canvastools.cxx | 87 …on2D > xPolyPolygonFromPolygon( const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, in xPolyPolygonFromPolygon() argument 94 return basegfx::unotools::xPolyPolygonFromB2DPolygon(xGraphicDevice, aB2DPolygon); in xPolyPolygonFromPolygon() 99 …D > xPolyPolygonFromPolyPolygon( const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice, in xPolyPolygonFromPolyPolygon() argument 106 return basegfx::unotools::xPolyPolygonFromB2DPolyPolygon(xGraphicDevice, aB2DPolyPolygon); in xPolyPolygonFromPolyPolygon()
|
/aoo4110/main/drawinglayer/source/drawinglayeruno/ |
H A D | xprimitive2drenderer.cxx | 182 const uno::Reference< rendering::XGraphicDevice > xGraphicDevice; in rasterize() local 186 XBitmap = vcl::unotools::xBitmapFromBitmapEx(xGraphicDevice, aBitmapEx); in rasterize()
|
/aoo4110/main/basegfx/inc/basegfx/tools/ |
H A D | canvastools.hxx | 80 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice, 85 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice,
|
/aoo4110/main/canvas/source/null/ |
H A D | null_textlayout.hxx | 89 ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice ) const;
|
Completed in 83 milliseconds