Lines Matching refs:GetBlue
210 long nStartBlue = aStartCol.GetBlue(); in ImplDrawLinearGradient()
213 long nEndBlue = aEndCol.GetBlue(); in ImplDrawLinearGradient()
411 long nStartBlue = ( (long) aStartCol.GetBlue() * rGradient.GetStartIntensity() ) / 100; in ImplDrawComplexGradient()
414 long nEndBlue = ( (long) aEndCol.GetBlue() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
672 ( aColor.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
701 ( aStartCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
705 ( aEndCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
813 ( aColor.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
879 ( aStartCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
883 ( aEndCol.GetBlue() >> 1 ) | 0x80 ); in DrawGradient()
1078 ( aColor.GetBlue() >> 1 ) | 0x80); in DrawHatch()