Home
last modified time | relevance | path

Searched refs:nTotalWeightX (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dbitmap3.cxx1472 long nSumRowR ,nSumRowG,nSumRowB, nTotalWeightX, nTotalWeightY; in ImplScaleSuper() local
1513 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 …]