Searched refs:aColRes (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svtools/source/graphic/ |
| H A D | grfmgr2.cxx | 1030 BitmapColor aCol0, aCol1, aColRes; in ImplCreateScaled() local 1077 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled() 1078 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled() 1079 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled() 1080 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1106 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled() 1107 aColRes.SetGreen( MAP( cG0, cG1, nTmpFY ) ); in ImplCreateScaled() 1108 aColRes.SetBlue( MAP( cB0, cB1, nTmpFY ) ); in ImplCreateScaled() 1109 pWAcc->SetPixel( nYDst, nXDst++, aColRes ); in ImplCreateScaled() 1142 aColRes.SetRed( MAP( cR0, cR1, nTmpFY ) ); in ImplCreateScaled() [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | bitmap3.cxx | 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() [all …]
|