Searched refs:nTotalWeightY (Results 1 – 1 of 1) sorted by relevance
1472 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local1507 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() local1648 nTotalWeightY = 0; in ImplScaleSuper()1709 nTotalWeightY += nWeightY; in ImplScaleSuper()1712 aColRes.SetRed( ( sal_uInt8 ) (( nSumR / nTotalWeightY ) )); in ImplScaleSuper()[all …]