Home
last modified time | relevance | path

Searched refs:rStops (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx238 const uno::Sequence< double >& rStops ) : in ParametricPolyPolygon()
243 rStops, in ParametricPolyPolygon()
253 const uno::Sequence< double >& rStops, in ParametricPolyPolygon()
259 rStops, in ParametricPolyPolygon()
268 const uno::Sequence< double >& rStops ) : in ParametricPolyPolygon()
273 rStops, in ParametricPolyPolygon()
/aoo42x/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx66 const std::vector< Gdiplus::REAL >& rStops, in fillLinearGradient()
82 &rStops[0], in fillLinearGradient()
208 const std::vector< Gdiplus::REAL >& rStops, in fillPolygonalGradient()
392 &rStops[0], in fillPolygonalGradient()
393 rStops.size() ); in fillPolygonalGradient()
434 const std::vector< Gdiplus::REAL >& rStops, in fillGradient()
447 rStops, in fillGradient()
457 rStops, in fillGradient()
/aoo42x/main/canvas/inc/canvas/
H A Dparametricpolypolygon.hxx72 const ::com::sun::star::uno::Sequence< double >& rStops, in Values()
78 maStops( rStops ), in Values()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx657 …ence< uno::Sequence< double > >& rColors, const uno::Sequence< double >& rStops, bool bReverseStop… in addColorStops() argument
662 OSL_ASSERT( rColors.getLength() == rStops.getLength() ); in addColorStops()
666 stop = bReverseStops ? 1 - rStops[i] : rStops[i]; in addColorStops()

Completed in 181 milliseconds