Home
last modified time | relevance | path

Searched refs:nSumR (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx130 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()
[all …]
H A Dbitmap3.cxx1470 … long nSumR, nSumG, nSumB,nLineStart , nLineRange, nRowStart , nRowRange ; in ImplScaleSuper() local
1506 nSumR = nSumG = nSumB = 0; in ImplScaleSuper()
1564 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()
1568 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
1611 … long nSumR, nSumG, nSumB,nLineStart , nLineRange, nRowStart , nRowRange ; in ImplScaleSuper() local
1647 nSumR = nSumG = nSumB = 0; in ImplScaleSuper()
1708 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()
1712 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
1761 … long nSumR, nSumG, nSumB,nLineStart , nLineRange, nRowStart , nRowRange ; in ImplScaleSuper() local
1797 nSumR = nSumG = nSumB = 0; in ImplScaleSuper()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx247 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()