Searched refs:nTotalWeightX (Results 1 – 1 of 1) sorted by relevance
1472 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local1513 nTotalWeightX = 0; in ImplScaleSuper()1524 nTotalWeightX += 1 << 7L; in ImplScaleSuper()1532 nTotalWeightX += nWeightX; in ImplScaleSuper()1540 nTotalWeightX += nWeightX; in ImplScaleSuper()1547 nTotalWeightX += 1 << 7L; in ImplScaleSuper()1562 nSumB += nWeightY * ( nSumRowB / nTotalWeightX ); in ImplScaleSuper()1563 nSumG += nWeightY * ( nSumRowG / nTotalWeightX ); in ImplScaleSuper()1564 nSumR += nWeightY * ( nSumRowR / nTotalWeightX ); in ImplScaleSuper()1613 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local[all …]