Searched refs:rStops (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/canvas/source/tools/ |
H A D | parametricpolypolygon.cxx | 238 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()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 66 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()
|
/aoo41x/main/canvas/inc/canvas/ |
H A D | parametricpolypolygon.hxx | 71 const ::com::sun::star::uno::Sequence< double >& rStops, in Values() 77 maStops( rStops ), in Values()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 657 …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 43 milliseconds