Home
last modified time | relevance | path

Searched refs:GraphicsPathSharedPtr (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/canvas/source/directx/
H A Ddx_impltools.cxx188 void graphicsPathFromB2DPolygon( GraphicsPathSharedPtr& rOutput, in graphicsPathFromB2DPolygon()
436GraphicsPathSharedPtr graphicsPathFromRealPoint2DSequence( const uno::Sequence< uno::Sequence< geo… in graphicsPathFromRealPoint2DSequence()
438 GraphicsPathSharedPtr pRes( new Gdiplus::GraphicsPath() ); in graphicsPathFromRealPoint2DSequence()
464GraphicsPathSharedPtr graphicsPathFromB2DPolygon( const ::basegfx::B2DPolygon& rPoly, bool bNoLine… in graphicsPathFromB2DPolygon()
466 GraphicsPathSharedPtr pRes( new Gdiplus::GraphicsPath() ); in graphicsPathFromB2DPolygon()
474GraphicsPathSharedPtr graphicsPathFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly, bool… in graphicsPathFromB2DPolyPolygon()
476 GraphicsPathSharedPtr pRes( new Gdiplus::GraphicsPath() ); in graphicsPathFromB2DPolyPolygon()
491GraphicsPathSharedPtr graphicsPathFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygo… in graphicsPathFromXPolyPolygon2D()
H A Ddx_impltools.hxx100GraphicsPathSharedPtr graphicsPathFromRealPoint2DSequence( const ::com::sun::star::uno::Sequence<
103 GraphicsPathSharedPtr graphicsPathFromB2DPolygon(
107 GraphicsPathSharedPtr graphicsPathFromB2DPolyPolygon(
111 GraphicsPathSharedPtr graphicsPathFromXPolyPolygon2D(
H A Ddx_canvashelper_texturefill.cxx67 const GraphicsPathSharedPtr& rFillPath, in fillLinearGradient()
210 const GraphicsPathSharedPtr& rPath, in fillPolygonalGradient()
217 GraphicsPathSharedPtr pFillPath( rPath ); in fillPolygonalGradient()
385 GraphicsPathSharedPtr pGradientPath( in fillPolygonalGradient()
436 const GraphicsPathSharedPtr& rPath, in fillGradient()
475 const GraphicsPathSharedPtr& rPath, in fillBitmap()
H A Ddx_canvashelper.cxx315 GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon ) ); in drawPolyPolygon()
384GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon, bIsNone ) ); in strokePolyPolygon()
450 GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon ) ); in fillPolyPolygon()
754GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( viewState.Clip ) ); in setupGraphicsState()
787GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( renderState.Clip ) ); in setupGraphicsState()
H A Ddx_linepolypolygon.hxx41 GraphicsPathSharedPtr getGraphicsPath( bool bNoLineJoin = false) const;
48 mutable GraphicsPathSharedPtr mpPath;
H A Ddx_linepolypolygon.cxx42 GraphicsPathSharedPtr LinePolyPolygon::getGraphicsPath( bool bNoLineJoin ) const in getGraphicsPath()
H A Ddx_winstuff.hxx108 typedef ::boost::shared_ptr< Gdiplus::GraphicsPath > GraphicsPathSharedPtr; typedef

Completed in 34 milliseconds