Searched refs:nSumRowB (Results 1 – 1 of 1) sorted by relevance
1472 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local1512 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() local1652 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()1662 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()[all …]