Home
last modified time | relevance | path

Searched refs:fD1 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1232 double fD1 = fB - fA; in ApplyRectangularGradientAsBitmap() local
1233 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 42 milliseconds