Searched refs:lXB1 (Results 1 – 1 of 1) sorted by relevance
1197 long lXB0, lXB1, lXG0, lXG1, lXR0, lXR1; in ImplScaleInterpolate() local1257 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()1261 aCol0.SetBlue( (sal_uInt8) ( ( lXB1 * nTemp + ( lXB0 << 10 ) ) >> 10 ) ); in ImplScaleInterpolate()1329 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()1333 aCol0.SetBlue( (sal_uInt8) ( ( lXB1 * nTemp + ( lXB0 << 10 ) ) >> 10 ) ); in ImplScaleInterpolate()
Completed in 297 milliseconds