Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2276 double aValueBlue(0.0); in ImplScaleConvolutionHor() local
2297 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionHor()
2303 static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueBlue / aSum), 0, 255))); in ImplScaleConvolutionHor()
2367 double aValueBlue(0.0); in ImplScaleConvolutionVer() local
2388 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionVer()
2394 static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueBlue / aSum), 0, 255))); in ImplScaleConvolutionVer()

Completed in 25 milliseconds