Lines Matching refs:aColRes

1383 		BitmapColor			aCol0, aCol1, aColRes;  in ImplScaleSuper()  local
1460 aColRes.SetRed( MAP( cR0, cR1, nTempFY ) ); in ImplScaleSuper()
1461 aColRes.SetGreen( MAP( cG0, cG1, nTempFY ) ); in ImplScaleSuper()
1462 aColRes.SetBlue( MAP( cB0, cB1, nTempFY ) ); in ImplScaleSuper()
1463 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); 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()
1571 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1601 aColRes.SetRed( MAP( cR0, cR1, nTempFY ) ); in ImplScaleSuper()
1602 aColRes.SetGreen( MAP( cG0, cG1, nTempFY ) ); in ImplScaleSuper()
1603 aColRes.SetBlue( MAP( cB0, cB1, nTempFY ) ); in ImplScaleSuper()
1604 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); 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()
1715 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1751 aColRes.SetRed( MAP( cR0, cR1, nTempFY ) ); in ImplScaleSuper()
1752 aColRes.SetGreen( MAP( cG0, cG1, nTempFY ) ); in ImplScaleSuper()
1753 aColRes.SetBlue( MAP( cB0, cB1, nTempFY ) ); in ImplScaleSuper()
1754 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); 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()
1861 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
1895 aColRes.SetRed( MAP( cR0, cR1, nTempFY ) ); in ImplScaleSuper()
1896 aColRes.SetGreen( MAP( cG0, cG1, nTempFY ) ); in ImplScaleSuper()
1897 aColRes.SetBlue( MAP( cB0, cB1, nTempFY ) ); in ImplScaleSuper()
1898 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); 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()
2005 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()
2035 aColRes.SetRed( MAP( cR0, cR1, nTempFY ) ); in ImplScaleSuper()
2036 aColRes.SetGreen( MAP( cG0, cG1, nTempFY ) ); in ImplScaleSuper()
2037 aColRes.SetBlue( MAP( cB0, cB1, nTempFY ) ); in ImplScaleSuper()
2038 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); 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()
2147 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplScaleSuper()