Home
last modified time | relevance | path

Searched refs:aValueGreen (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2275 double aValueGreen(0.0); in ImplScaleConvolutionHor() local
2296 aValueGreen += aWeight * aColor.GetGreen(); in ImplScaleConvolutionHor()
2302 static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueGreen / aSum), 0, 255)), in ImplScaleConvolutionHor()
2366 double aValueGreen(0.0); in ImplScaleConvolutionVer() local
2387 aValueGreen += aWeight * aColor.GetGreen(); in ImplScaleConvolutionVer()
2393 static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueGreen / aSum), 0, 255)), in ImplScaleConvolutionVer()

Completed in 31 milliseconds