Searched refs:rEndColor (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | fillgradientattribute.cxx | 57 const basegfx::BColor& rEndColor, in ImpFillGradientAttribute() argument 66 maEndColor(rEndColor), in ImpFillGradientAttribute() 121 const basegfx::BColor& rEndColor, in FillGradientAttribute() argument 124 eStyle, fBorder, fOffsetX, fOffsetY, fAngle, rStartColor, rEndColor, nSteps)) in FillGradientAttribute()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print2.cxx | 1530 const Color& rEndColor = rGradient.GetEndColor(); in DrawGradientEx() local 1532 … ( (long) rEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx() 1534 … ( (long) rEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx() 1536 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx() 1573 const Color& rEndColor = rGradient.GetEndColor(); in DrawGradientEx() local 1575 … ( (long) rEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx() 1577 … ( (long) rEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx() 1579 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
|
H A D | gradient.cxx | 117 const Color& rStartColor, const Color& rEndColor ) in Gradient() argument 124 mpImplGradient->maEndColor = rEndColor; in Gradient()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillgradientattribute.hxx | 76 const basegfx::BColor& rEndColor,
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | gradient.hxx | 88 const Color& rEndColor );
|
Completed in 33 milliseconds