Searched refs:nSumR (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 130 long nY, nX, i, nSumR, nSumG, nSumB, nMatrixVal, nTmp; in ImplConvolute3() local 169 nSumR += ( pTmp = pKoeff[ 1 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3() 173 nSumR += ( pTmp = pKoeff[ 2 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3() 182 nSumR += ( pTmp = pKoeff[ 4 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3() 186 nSumR += ( pTmp = pKoeff[ 5 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3() 195 nSumR += ( pTmp = pKoeff[ 7 ] )[ ( ++pColor )->GetRed() ]; in ImplConvolute3() 801 long nX, nY, nX1, nX2, nY1, nY2, nSumR, nSumG, nSumB; in ImplMosaic() local 827 nSumR += aCol.GetRed(); in ImplMosaic() 833 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic() 860 nSumR += rCol.GetRed(); in ImplMosaic() [all …]
|
H A D | bitmap3.cxx | 1506 nSumR = nSumG = nSumB = 0; in ImplScaleSuper() 1564 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper() 1568 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper() 1647 nSumR = nSumG = nSumB = 0; in ImplScaleSuper() 1708 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper() 1797 nSumR = nSumG = nSumB = 0; in ImplScaleSuper() 1854 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper() 1941 nSumR = nSumG = nSumB = 0; in ImplScaleSuper() 1998 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper() 2080 nSumR = nSumG = nSumB = 0; in ImplScaleSuper() [all …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 247 sal_uLong nSumR = 0UL, nSumG = 0UL, nSumB = 0UL; in AddTile() local 258 nSumR += aPixel.GetRed(); in AddTile() 264 const Color aColor( (sal_uInt8) FRound( nSumR * fMult ), in AddTile()
|
Completed in 38 milliseconds