Lines Matching refs:nTotalWeightY
1472 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1507 nTotalWeightY = 0; in ImplScaleSuper()
1565 nTotalWeightY += nWeightY; in ImplScaleSuper()
1568 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
1569 aColRes.SetGreen( ( sal_uInt8 ) (( nSumG / nTotalWeightY) )); in ImplScaleSuper()
1570 aColRes.SetBlue( ( sal_uInt8 ) (( nSumB / nTotalWeightY ) )); in ImplScaleSuper()
1613 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1648 nTotalWeightY = 0; in ImplScaleSuper()
1709 nTotalWeightY += nWeightY; in ImplScaleSuper()
1712 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
1713 aColRes.SetGreen( ( sal_uInt8 ) (( nSumG / nTotalWeightY) )); in ImplScaleSuper()
1714 aColRes.SetBlue( ( sal_uInt8 ) (( nSumB / nTotalWeightY ) )); in ImplScaleSuper()
1763 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1798 nTotalWeightY = 0; in ImplScaleSuper()
1855 nTotalWeightY += nWeightY; in ImplScaleSuper()
1858 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
1859 aColRes.SetGreen( ( sal_uInt8 ) (( nSumG / nTotalWeightY) )); in ImplScaleSuper()
1860 aColRes.SetBlue( ( sal_uInt8 ) (( nSumB / nTotalWeightY ) )); in ImplScaleSuper()
1907 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1942 nTotalWeightY = 0; in ImplScaleSuper()
1999 nTotalWeightY += nWeightY; in ImplScaleSuper()
2002 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
2003 aColRes.SetGreen( ( sal_uInt8 ) (( nSumG / nTotalWeightY) )); in ImplScaleSuper()
2004 aColRes.SetBlue( ( sal_uInt8 ) (( nSumB / nTotalWeightY ) )); in ImplScaleSuper()
2046 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
2081 nTotalWeightY = 0; in ImplScaleSuper()
2141 nTotalWeightY += nWeightY; in ImplScaleSuper()
2144 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()
2145 aColRes.SetGreen( ( sal_uInt8 ) (( nSumG / nTotalWeightY) )); in ImplScaleSuper()
2146 aColRes.SetBlue( ( sal_uInt8 ) (( nSumB / nTotalWeightY ) )); in ImplScaleSuper()