Searched refs:nEndBlue (Results 1 – 1 of 1) sorted by relevance
213 long nEndBlue = aEndCol.GetBlue(); in ImplDrawLinearGradient() local221 nEndBlue = (nEndBlue * nFactor) / 100; in ImplDrawLinearGradient()233 nStartBlue = nEndBlue; in ImplDrawLinearGradient()234 nEndBlue = nTempColor; in ImplDrawLinearGradient()304 long nAbsBlueSteps = Abs( nEndBlue - nStartBlue ); in ImplDrawLinearGradient()332 fTempColor = ((double)nStartBlue) * (1.0-fAlpha) + ((double)nEndBlue) * fAlpha; in ImplDrawLinearGradient()371 nBlue = ImplGetGradientColorValue(nEndBlue); in ImplDrawLinearGradient()414 long nEndBlue = ( (long) aEndCol.GetBlue() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient() local417 long nBlueSteps = nEndBlue - nStartBlue; in ImplDrawComplexGradient()627 nBlue = ImplGetGradientColorValue( nEndBlue ); in ImplDrawComplexGradient()
Completed in 23 milliseconds