Home
last modified time | relevance | path

Searched refs:aStrokeAttributes (Results 1 – 6 of 6) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx1737 rendering::StrokeAttributes aStrokeAttributes; in operator ()() local
1739 aStrokeAttributes.StrokeWidth = mnOutlineWidth; in operator ()()
1740 aStrokeAttributes.MiterLimit = 1.0; in operator ()()
1741 aStrokeAttributes.StartCapType = rendering::PathCapType::BUTT; in operator ()()
1759 aStrokeAttributes ); in operator ()()
1769 aStrokeAttributes ); in operator ()()
1815 rendering::StrokeAttributes aStrokeAttributes; in operator ()() local
1817 aStrokeAttributes.StrokeWidth = mnOutlineWidth; in operator ()()
1818 aStrokeAttributes.MiterLimit = 1.0; in operator ()()
1837 aStrokeAttributes ); in operator ()()
[all …]
H A Dimplrenderer.cxx1985 rendering::StrokeAttributes aStrokeAttributes; in createActions() local
1987 setupStrokeAttributes( aStrokeAttributes, in createActions()
2001 rCanvas, rState, aStrokeAttributes ); in createActions()
2170 rendering::StrokeAttributes aStrokeAttributes; in createActions() local
2172 setupStrokeAttributes( aStrokeAttributes, in createActions()
2181 aStrokeAttributes ) ; in createActions()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx348 const css::rendering::StrokeAttributes& aStrokeAttributes) in strokePolyPolygon() argument
353 xPolyPolygon, MergeViewState(aViewState), aRenderState, aStrokeAttributes); in strokePolyPolygon()
365 const css::rendering::StrokeAttributes& aStrokeAttributes) in strokeTexturedPolyPolygon() argument
372 xPolyPolygon, MergeViewState(aViewState), aRenderState, aTextures, aStrokeAttributes); in strokeTexturedPolyPolygon()
385 const css::rendering::StrokeAttributes& aStrokeAttributes) in strokeTextureMappedPolyPolygon() argument
397 aStrokeAttributes); in strokeTextureMappedPolyPolygon()
408 const css::rendering::StrokeAttributes& aStrokeAttributes) in queryStrokeShapes() argument
413 xPolyPolygon, MergeViewState(aViewState), aRenderState, aStrokeAttributes); in queryStrokeShapes()
H A DPresenterCanvas.hxx192 const css::rendering::StrokeAttributes& aStrokeAttributes)
201 const css::rendering::StrokeAttributes& aStrokeAttributes)
213 const css::rendering::StrokeAttributes& aStrokeAttributes)
223 const css::rendering::StrokeAttributes& aStrokeAttributes)
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx866 rendering::StrokeAttributes aStrokeAttributes; in PaintAngledLine() local
867 aStrokeAttributes.StrokeWidth = nStrokeWidth; in PaintAngledLine()
868 aStrokeAttributes.StartCapType = rendering::PathCapType::SQUARE; in PaintAngledLine()
869 aStrokeAttributes.EndCapType = rendering::PathCapType::SQUARE; in PaintAngledLine()
870 aStrokeAttributes.StartCapType = rendering::PathCapType::BUTT; in PaintAngledLine()
871 aStrokeAttributes.EndCapType = rendering::PathCapType::BUTT; in PaintAngledLine()
893 aStrokeAttributes); in PaintAngledLine()
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl269 @param aStrokeAttributes
278 …[in] ViewState aViewState, [in] RenderState aRenderState, [in] StrokeAttributes aStrokeAttributes )
307 @param aStrokeAttributes
320 …nderState aRenderState, [in] sequence<Texture> aTextures, [in] StrokeAttributes aStrokeAttributes )
355 @param aStrokeAttributes
368 …es, [in] ::com::sun::star::geometry::XMapping2D xMapping, [in] StrokeAttributes aStrokeAttributes )
391 @param aStrokeAttributes
401 …[in] ViewState aViewState, [in] RenderState aRenderState, [in] StrokeAttributes aStrokeAttributes )

Completed in 54 milliseconds