Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2274 double aValueRed(0.0); in ImplScaleConvolutionHor() local
2295 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() local
2386 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionVer()
2392 static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueRed / aSum), 0, 255)), in ImplScaleConvolutionVer()

Completed in 46 milliseconds