Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1472 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1512 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()
1521 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1529 nSumRowB += ( nWeightX *rCol.GetBlue()) ; in ImplScaleSuper()
1537 nSumRowB += ( nWeightX *rCol.GetBlue() ); in ImplScaleSuper()
1544 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1562 nSumB += nWeightY * ( nSumRowB / nTotalWeightX ); in ImplScaleSuper()
1613 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1652 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()
1662 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()
[all …]