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.cxx1530 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 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 );

Completed in 33 milliseconds