Home
last modified time | relevance | path

Searched refs:nEndRed (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx211 long nEndRed = aEndCol.GetRed(); in ImplDrawLinearGradient() local
219 nEndRed = (nEndRed * nFactor) / 100; in ImplDrawLinearGradient()
227 nStartRed = nEndRed; in ImplDrawLinearGradient()
228 nEndRed = nTempColor; in ImplDrawLinearGradient()
302 long nAbsRedSteps = Abs( nEndRed - nStartRed ); in ImplDrawLinearGradient()
328 fTempColor = ((double)nStartRed) * (1.0-fAlpha) + ((double)nEndRed) * fAlpha; in ImplDrawLinearGradient()
369 nRed = ImplGetGradientColorValue(nEndRed); in ImplDrawLinearGradient()
412 long nEndRed = ( (long) aEndCol.GetRed() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient() local
415 long nRedSteps = nEndRed - nStartRed; in ImplDrawComplexGradient()
625 nRed = ImplGetGradientColorValue( nEndRed ); in ImplDrawComplexGradient()

Completed in 53 milliseconds