Searched refs:fD1 (Results 1 – 1 of 1) sorted by relevance
1229 double fD1 = fB - fA; in ApplyRectangularGradientAsBitmap() local1230 if ( fD1 != 0.0 ) in ApplyRectangularGradientAsBitmap()1232 …fRed += ( ( ( fDist - fA ) * ( aColorB.GetRed() - aColorA.GetRed() ) ) / fD1 ); // + aQuan… in ApplyRectangularGradientAsBitmap()1233 …en += ( ( ( fDist - fA ) * ( aColorB.GetGreen() - aColorA.GetGreen() ) ) / fD1 ); // + aQuantErr… in ApplyRectangularGradientAsBitmap()1234 …lue += ( ( ( fDist - fA ) * ( aColorB.GetBlue() - aColorA.GetBlue() ) ) / fD1 ); // + aQuantE… in ApplyRectangularGradientAsBitmap()