Lines Matching refs:nSumR
130 long nY, nX, i, nSumR, nSumG, nSumB, nMatrixVal, nTmp; in ImplConvolute3() local
165 nSumR = ( pTmp = pKoeff[ 0 ] )[ ( pColor = pRowTmp1 + nX )->GetRed() ]; in ImplConvolute3()
169 nSumR += ( pTmp = pKoeff[ 1 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3()
173 nSumR += ( pTmp = pKoeff[ 2 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3()
178 nSumR += ( pTmp = pKoeff[ 3 ] )[ ( pColor = pRowTmp2 + nX )->GetRed() ]; in ImplConvolute3()
182 nSumR += ( pTmp = pKoeff[ 4 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3()
186 nSumR += ( pTmp = pKoeff[ 5 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3()
191 nSumR += ( pTmp = pKoeff[ 6 ] )[ ( pColor = pRowTmp3 + nX )->GetRed() ]; in ImplConvolute3()
195 nSumR += ( pTmp = pKoeff[ 7 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3()
199 nSumR += ( pTmp = pKoeff[ 8 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3()
204 pWriteAcc->SetPixel( nY, nX, BitmapColor( (sal_uInt8) MinMax( nSumR / nDivisor, 0, 255 ), in ImplConvolute3()
801 long nX, nY, nX1, nX2, nY1, nY2, nSumR, nSumG, nSumB; in ImplMosaic() local
822 for( nY = nY1, nSumR = nSumG = nSumB = 0; nY <= nY2; nY++ ) in ImplMosaic()
827 nSumR += aCol.GetRed(); in ImplMosaic()
833 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic()
855 for( nY = nY1, nSumR = nSumG = nSumB = 0; nY <= nY2; nY++ ) in ImplMosaic()
860 nSumR += rCol.GetRed(); in ImplMosaic()
866 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic()