Searched refs:nStartRed (Results 1 – 1 of 1) sorted by relevance
208 long nStartRed = aStartCol.GetRed(); in ImplDrawLinearGradient() local215 nStartRed = (nStartRed * nFactor) / 100; in ImplDrawLinearGradient()226 long nTempColor = nStartRed; in ImplDrawLinearGradient()227 nStartRed = nEndRed; in ImplDrawLinearGradient()246 nRed = (sal_uInt8)nStartRed; in ImplDrawLinearGradient()302 long nAbsRedSteps = Abs( nEndRed - nStartRed ); in ImplDrawLinearGradient()328 fTempColor = ((double)nStartRed) * (1.0-fAlpha) + ((double)nEndRed) * fAlpha; in ImplDrawLinearGradient()409 long nStartRed = ( (long) aStartCol.GetRed() * rGradient.GetStartIntensity() ) / 100; in ImplDrawComplexGradient() local415 long nRedSteps = nEndRed - nStartRed; in ImplDrawComplexGradient()525 …sal_uInt8 nRed = (sal_uInt8) nStartRed, nGreen = (sal_uInt8) nStartGreen, nBlue = (sal_uInt8) nS… in ImplDrawComplexGradient()[all …]
Completed in 19 milliseconds