Home
last modified time | relevance | path

Searched refs:rEndColor (Results 1 – 5 of 5) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dfillgradientattribute.cxx57 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()
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1512 const Color& rEndColor = rGradient.GetEndColor(); in DrawGradientEx() local
1514 … ( (long) rEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1516 … ( (long) rEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1518 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1555 const Color& rEndColor = rGradient.GetEndColor(); in DrawGradientEx() local
1557 … ( (long) rEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1559 … ( (long) rEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1561 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
H A Dgradient.cxx117 const Color& rStartColor, const Color& rEndColor ) in Gradient() argument
124 mpImplGradient->maEndColor = rEndColor; in Gradient()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillgradientattribute.hxx76 const basegfx::BColor& rEndColor,
/trunk/main/vcl/inc/vcl/
H A Dgradient.hxx88 const Color& rEndColor );