Home
last modified time | relevance | path

Searched refs:nSumR (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1506 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 …]
H A Dbitmap4.cxx130 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 …]
/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()

Completed in 32 milliseconds