Lines Matching refs:nSumRowR
1472 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()
1673 nSumRowR += ( nWeightX *aCol0.GetRed()) ; in ImplScaleSuper()
1682 nSumRowR += ( nWeightX *aCol0.GetRed() ); in ImplScaleSuper()
1690 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
1708 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()
1763 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1804 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()
1813 nSumRowR += ( *pTmpX ) << 7L;pTmpX++; in ImplScaleSuper()
1821 nSumRowR += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1829 nSumRowR += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1836 nSumRowR += ( *pTmpX ) << 7L;pTmpX++; in ImplScaleSuper()
1854 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()
1907 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1948 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()
1955 nSumRowR += ( *pTmpX ) << 7L;pTmpX++; in ImplScaleSuper()
1963 nSumRowR += ( nWeightX *( *pTmpX )) ;pTmpX++; in ImplScaleSuper()
1971 nSumRowR += ( nWeightX *( *pTmpX ) );pTmpX++; in ImplScaleSuper()
1978 nSumRowR += ( *pTmpX ) << 7L;pTmpX++; in ImplScaleSuper()
1998 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()
2046 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
2085 nSumRowR = nSumRowG = nSumRowB = 0; in ImplScaleSuper()
2097 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
2106 nSumRowR += ( nWeightX *aCol0.GetRed()) ; in ImplScaleSuper()
2115 nSumRowR += ( nWeightX *aCol0.GetRed() ); in ImplScaleSuper()
2122 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
2140 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()