Lines Matching refs:aEndCol

207 	Color	aEndCol 	= rGradient.GetEndColor();  in ImplDrawLinearGradient()  local
211 long nEndRed = aEndCol.GetRed(); in ImplDrawLinearGradient()
212 long nEndGreen = aEndCol.GetGreen(); in ImplDrawLinearGradient()
213 long nEndBlue = aEndCol.GetBlue(); in ImplDrawLinearGradient()
408 Color aEndCol( rGradient.GetEndColor() ); in ImplDrawComplexGradient() local
412 long nEndRed = ( (long) aEndCol.GetRed() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
413 long nEndGreen = ( (long) aEndCol.GetGreen() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
414 long nEndBlue = ( (long) aEndCol.GetBlue() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
688 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient() local
692 sal_uInt8 cStartLum = aStartCol.GetLuminance(), cEndLum = aEndCol.GetLuminance(); in DrawGradient()
694 aEndCol = Color( cEndLum, cEndLum, cEndLum ); in DrawGradient()
703 aEndCol = Color( ( aEndCol.GetRed() >> 1 ) | 0x80, in DrawGradient()
704 ( aEndCol.GetGreen() >> 1 ) | 0x80, in DrawGradient()
705 ( aEndCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
709 aGradient.SetEndColor( aEndCol ); in DrawGradient()
866 Color aEndCol( aGradient.GetEndColor() ); in DrawGradient() local
870 sal_uInt8 cStartLum = aStartCol.GetLuminance(), cEndLum = aEndCol.GetLuminance(); in DrawGradient()
872 aEndCol = Color( cEndLum, cEndLum, cEndLum ); in DrawGradient()
881 aEndCol = Color( ( aEndCol.GetRed() >> 1 ) | 0x80, in DrawGradient()
882 ( aEndCol.GetGreen() >> 1 ) | 0x80, in DrawGradient()
883 ( aEndCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
887 aGradient.SetEndColor( aEndCol ); in DrawGradient()