Lines Matching refs:rValues

123                                  const ::canvas::ParametricPolyPolygon::Values& rValues,  in fillLinearGradient()
212 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillLinearGradient()
282 const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient()
285 const ::basegfx::B2DPolygon& rGradientPoly( rValues.maGradientPoly ); in fillPolygonalGradient()
322 const double nAspectRatio( rValues.mnAspectRatio ); in fillPolygonalGradient()
369 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillPolygonalGradient()
500 const ::canvas::ParametricPolyPolygon::Values& rValues, in doGradientFill()
507 switch( rValues.meType ) in doGradientFill()
514 rValues, in doGradientFill()
526 rValues, in doGradientFill()
547 const ::canvas::ParametricPolyPolygon::Values& rValues, in gradientFill()
598 rValues, in gradientFill()
611 rValues, in gradientFill()
629 rValues, in gradientFill()
642 rValues, in gradientFill()
657 rValues, in gradientFill()
668 rValues, in gradientFill()
681 rValues, in gradientFill()
692 rValues, in gradientFill()
761 const ::canvas::ParametricPolyPolygon::Values& rValues( in fillTexturedPolyPolygon() local
764 if( rValues.maColors.getLength() < 2 ) in fillTexturedPolyPolygon()
767 aTempState.DeviceColor = rValues.maColors[0]; in fillTexturedPolyPolygon()
772 std::vector< ::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon()
773 std::transform(&rValues.maColors[0], in fillTexturedPolyPolygon()
774 &rValues.maColors[0]+rValues.maColors.getLength(), in fillTexturedPolyPolygon()
784 rValues, in fillTexturedPolyPolygon()