Lines Matching refs:GetRed
208 long nStartRed = aStartCol.GetRed(); in ImplDrawLinearGradient()
211 long nEndRed = aEndCol.GetRed(); in ImplDrawLinearGradient()
409 long nStartRed = ( (long) aStartCol.GetRed() * rGradient.GetStartIntensity() ) / 100; in ImplDrawComplexGradient()
412 long nEndRed = ( (long) aEndCol.GetRed() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
670 aColor = Color( ( aColor.GetRed() >> 1 ) | 0x80, in DrawGradient()
699 aStartCol = Color( ( aStartCol.GetRed() >> 1 ) | 0x80, in DrawGradient()
703 aEndCol = Color( ( aEndCol.GetRed() >> 1 ) | 0x80, in DrawGradient()
811 aColor = Color( ( aColor.GetRed() >> 1 ) | 0x80, in DrawGradient()
877 aStartCol = Color( ( aStartCol.GetRed() >> 1 ) | 0x80, in DrawGradient()
881 aEndCol = Color( ( aEndCol.GetRed() >> 1 ) | 0x80, in DrawGradient()
1076 aColor = Color( ( aColor.GetRed() >> 1 ) | 0x80, in DrawHatch()