Home
last modified time | relevance | path

Searched refs:nSumRowR (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()
1523 nSumRowR += rCol.GetRed() << 7L; in ImplScaleSuper()
1531 nSumRowR += ( nWeightX *rCol.GetRed()) ; in ImplScaleSuper()
1539 nSumRowR += ( nWeightX *rCol.GetRed() ); in ImplScaleSuper()
1546 nSumRowR += rCol.GetRed() << 7L; in ImplScaleSuper()
1564 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()
1613 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1652 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()
1664 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
[all …]