Searched refs:aValueRed (Results 1 – 1 of 1) sorted by relevance
2274 double aValueRed(0.0); in ImplScaleConvolutionHor() local2295 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionHor()2301 … static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueRed / aSum), 0, 255)), in ImplScaleConvolutionHor()2365 double aValueRed(0.0); in ImplScaleConvolutionVer() local2386 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionVer()2392 … static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueRed / aSum), 0, 255)), in ImplScaleConvolutionVer()
Completed in 35 milliseconds