Lines Matching refs:rValues
206 bool fillPolygonalGradient( const ::canvas::ParametricPolyPolygon::Values& rValues, in fillPolygonalGradient() argument
218 const ::basegfx::B2DPolygon& rGradientPoly( rValues.maGradientPoly ); in fillPolygonalGradient()
231 if( !::rtl::math::approxEqual(rValues.mnAspectRatio, in fillPolygonalGradient()
304 const double nAspectRatio( rValues.mnAspectRatio ); in fillPolygonalGradient()
332 basegfx::tools::KeyStopLerp aLerper(rValues.maStops); in fillPolygonalGradient()
386 tools::graphicsPathFromB2DPolygon( rValues.maGradientPoly )); in fillPolygonalGradient()
432 bool fillGradient( const ::canvas::ParametricPolyPolygon::Values& rValues, in fillGradient() argument
441 switch( rValues.meType ) in fillGradient()
445 rValues, in fillGradient()
455 fillPolygonalGradient( rValues, in fillGradient()
578 const ::canvas::ParametricPolyPolygon::Values& rValues( in fillTexturedPolyPolygon() local
581 OSL_ASSERT(rValues.maColors.getLength() == rValues.maStops.getLength() in fillTexturedPolyPolygon()
582 && rValues.maColors.getLength() > 1); in fillTexturedPolyPolygon()
584 std::vector< Gdiplus::Color > aColors(rValues.maColors.getLength()); in fillTexturedPolyPolygon()
585 std::transform(&rValues.maColors[0], in fillTexturedPolyPolygon()
586 &rValues.maColors[0]+rValues.maColors.getLength(), in fillTexturedPolyPolygon()
593 comphelper::sequenceToContainer(aStops,rValues.maStops); in fillTexturedPolyPolygon()
597 fillGradient( rValues, in fillTexturedPolyPolygon()