Searched refs:fD1 (Results 1 – 1 of 1) sorted by relevance
1232 double fD1 = fB - fA; in ApplyRectangularGradientAsBitmap() local1233 if ( fD1 != 0.0 ) in ApplyRectangularGradientAsBitmap()1235 …fRed += ( ( ( fDist - fA ) * ( aColorB.GetRed() - aColorA.GetRed() ) ) / fD1 ); // + aQuantErrC… in ApplyRectangularGradientAsBitmap()1236 …fGreen += ( ( ( fDist - fA ) * ( aColorB.GetGreen() - aColorA.GetGreen() ) ) / fD1 ); // + aQuantE… in ApplyRectangularGradientAsBitmap()1237 …fBlue += ( ( ( fDist - fA ) * ( aColorB.GetBlue() - aColorA.GetBlue() ) ) / fD1 ); // + aQuantEr… in ApplyRectangularGradientAsBitmap()
Completed in 63 milliseconds