Home
last modified time | relevance | path

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

/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx223 …Color( (sal_uInt8)(basegfx::tools::lerp(rColors[nIndex].GetRed(),rColors[nIndex+1].GetRed(),fAlpha… in fillLinearGradient()
224 … (sal_uInt8)(basegfx::tools::lerp(rColors[nIndex].GetGreen(),rColors[nIndex+1].GetGreen(),fAlpha)), in fillLinearGradient()
566 nColorSteps += numColorSteps(rColors[i],rColors[i+1]); in gradientFill()
599 rColors, in gradientFill()
612 rColors, in gradientFill()
630 rColors, in gradientFill()
643 rColors, in gradientFill()
658 rColors, in gradientFill()
669 rColors, in gradientFill()
682 rColors, in gradientFill()
[all …]
/aoo41x/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx78 rColors[0], in fillLinearGradient()
79 rColors[1] ); in fillLinearGradient()
81 aBrush.SetInterpolationColors(&rColors[0], in fillLinearGradient()
83 rColors.size()); in fillLinearGradient()
263 for( size_t i=0; i<rColors.size()-1; ++i ) in fillPolygonalGradient()
264 nColorSteps += numColorSteps(rColors[i],rColors[i+1]); in fillPolygonalGradient()
341 …static_cast<BYTE>( basegfx::tools::lerp(rColors[nIndex].GetRed(),rColors[nIndex+1].GetRed(),fAlpha… in fillPolygonalGradient()
342 …static_cast<BYTE>( basegfx::tools::lerp(rColors[nIndex].GetGreen(),rColors[nIndex+1].GetGreen(),fA… in fillPolygonalGradient()
343 …static_cast<BYTE>( basegfx::tools::lerp(rColors[nIndex].GetBlue(),rColors[nIndex+1].GetBlue(),fAlp… in fillPolygonalGradient()
446 rColors, in fillGradient()
[all …]
/aoo41x/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx237 … const uno::Sequence< uno::Sequence< double > >& rColors, in ParametricPolyPolygon()
242 rColors, in ParametricPolyPolygon()
252 … const uno::Sequence< uno::Sequence< double > >& rColors, in ParametricPolyPolygon()
258 rColors, in ParametricPolyPolygon()
267 … const uno::Sequence< uno::Sequence< double > >& rColors, in ParametricPolyPolygon()
272 rColors, in ParametricPolyPolygon()
/aoo41x/main/canvas/inc/canvas/
H A Dparametricpolypolygon.hxx70 … const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< double > >& rColors, in Values()
76 maColors( rColors ), in Values()
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx218 const svtools::ColorConfig& rColors = GetColorConfig(); in ConfigurationChanged() local
220 …( ScDetectiveFunc::GetArrowColor() != (ColorData)rColors.GetColorValue(svtools::CALCDETECTIVE).nCo… in ConfigurationChanged()
221 …ScDetectiveFunc::GetErrorColor() != (ColorData)rColors.GetColorValue(svtools::CALCDETECTIVEERROR).… in ConfigurationChanged()
223 …( ScDetectiveFunc::GetCommentColor() != (ColorData)rColors.GetColorValue(svtools::CALCNOTESBACKGRO… in ConfigurationChanged()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx657 …tops( Pattern* pPattern, const uno::Sequence< uno::Sequence< double > >& rColors, const uno::Seque… in addColorStops() argument
662 OSL_ASSERT( rColors.getLength() == rStops.getLength() ); in addColorStops()
664 for( i = 0; i < rColors.getLength(); i++ ) { in addColorStops()
665 const uno::Sequence< double >& rColor( rColors[i] ); in addColorStops()

Completed in 68 milliseconds