Searched refs:GraphicsPathSharedPtr (Results 1 – 7 of 7) sorted by relevance
188 void graphicsPathFromB2DPolygon( GraphicsPathSharedPtr& rOutput, in graphicsPathFromB2DPolygon()436 …GraphicsPathSharedPtr graphicsPathFromRealPoint2DSequence( const uno::Sequence< uno::Sequence< geo… in graphicsPathFromRealPoint2DSequence()438 GraphicsPathSharedPtr pRes( new Gdiplus::GraphicsPath() ); in graphicsPathFromRealPoint2DSequence()464 …GraphicsPathSharedPtr graphicsPathFromB2DPolygon( const ::basegfx::B2DPolygon& rPoly, bool bNoLine… in graphicsPathFromB2DPolygon()466 GraphicsPathSharedPtr pRes( new Gdiplus::GraphicsPath() ); in graphicsPathFromB2DPolygon()474 …GraphicsPathSharedPtr graphicsPathFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly, bool… in graphicsPathFromB2DPolyPolygon()476 GraphicsPathSharedPtr pRes( new Gdiplus::GraphicsPath() ); in graphicsPathFromB2DPolyPolygon()491 …GraphicsPathSharedPtr graphicsPathFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygo… in graphicsPathFromXPolyPolygon2D()
100 … GraphicsPathSharedPtr graphicsPathFromRealPoint2DSequence( const ::com::sun::star::uno::Sequence<103 GraphicsPathSharedPtr graphicsPathFromB2DPolygon(107 GraphicsPathSharedPtr graphicsPathFromB2DPolyPolygon(111 GraphicsPathSharedPtr graphicsPathFromXPolyPolygon2D(
67 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()
315 GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon ) ); in drawPolyPolygon()384 … GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon, bIsNone ) ); in strokePolyPolygon()450 GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon ) ); in fillPolyPolygon()754 … GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( viewState.Clip ) ); in setupGraphicsState()787 … GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( renderState.Clip ) ); in setupGraphicsState()
41 GraphicsPathSharedPtr getGraphicsPath( bool bNoLineJoin = false) const;48 mutable GraphicsPathSharedPtr mpPath;
42 GraphicsPathSharedPtr LinePolyPolygon::getGraphicsPath( bool bNoLineJoin ) const in getGraphicsPath()
108 typedef ::boost::shared_ptr< Gdiplus::GraphicsPath > GraphicsPathSharedPtr; typedef
Completed in 37 milliseconds