Searched refs:aValueBlue (Results 1 – 1 of 1) sorted by relevance
2276 double aValueBlue(0.0); in ImplScaleConvolutionHor() local2297 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() local2388 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionVer()2394 static_cast< sal_uInt8 >(MinMax(static_cast< sal_Int32 >(aValueBlue / aSum), 0, 255))); in ImplScaleConvolutionVer()
Completed in 20 milliseconds