Lines Matching refs:nSumG
130 long nY, nX, i, nSumR, nSumG, nSumB, nMatrixVal, nTmp; in ImplConvolute3() local
166 nSumG = pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
170 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
174 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
179 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
183 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
187 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
192 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
196 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
200 nSumG += pTmp[ pColor->GetGreen() ]; in ImplConvolute3()
205 (sal_uInt8) MinMax( nSumG / 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()
828 nSumG += aCol.GetGreen(); in ImplMosaic()
834 aCol.SetGreen( (sal_uInt8) ( nSumG * fArea_1 ) ); in ImplMosaic()
855 for( nY = nY1, nSumR = nSumG = nSumB = 0; nY <= nY2; nY++ ) in ImplMosaic()
861 nSumG += rCol.GetGreen(); in ImplMosaic()
867 aCol.SetGreen( (sal_uInt8) ( nSumG * fArea_1 ) ); in ImplMosaic()