Home
last modified time | relevance | path

Searched refs:xGraphicDevice (Results 1 – 10 of 10) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx148 …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()
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx113 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 Ddx_textlayout_drawhelper.cxx66 const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice ) : in TextLayoutDrawHelper()
67 mxGraphicDevice(xGraphicDevice) in TextLayoutDrawHelper()
H A Ddx_textlayout_drawhelper.hxx49 …t ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice);
H A Ddx_textlayout.hxx94 ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice,
/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx86 … ::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,
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx87 …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()
/trunk/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx182 const uno::Reference< rendering::XGraphicDevice > xGraphicDevice; in rasterize() local
186 XBitmap = vcl::unotools::xBitmapFromBitmapEx(xGraphicDevice, aBitmapEx); in rasterize()
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx81 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice,
86 … ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice,
/trunk/main/canvas/source/null/
H A Dnull_textlayout.hxx89 ::com::sun::star::rendering::XGraphicDevice >& xGraphicDevice ) const;

Completed in 49 milliseconds