Searched refs:fFocusY (Results 1 – 1 of 1) sorted by relevance
1151 double fFocusY = rManager.GetPropertyValue( DFF_Prop_fillToBottom, 0 ) / 65536.0; in ApplyRectangularGradientAsBitmap() local1168 if ( fY < fFocusY ) in ApplyRectangularGradientAsBitmap()1171 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()1178 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()1185 if ( fY < fFocusY ) in ApplyRectangularGradientAsBitmap()1188 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()1195 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()