Lines Matching refs:aCol1

1188 		BitmapColor 		aCol1;  in ImplScaleInterpolate()  local
1245 aCol1 = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nTemp ) ); in ImplScaleInterpolate()
1250 aCol1 = pReadAcc->GetPixel( nY, nTemp ); in ImplScaleInterpolate()
1255 lXR1 = aCol1.GetRed() - ( lXR0 = aCol0.GetRed() ); in ImplScaleInterpolate()
1256 lXG1 = aCol1.GetGreen() - ( lXG0 = aCol0.GetGreen() ); in ImplScaleInterpolate()
1257 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()
1323 aCol1 = pReadAcc->GetPixel( nTemp, nX ); in ImplScaleInterpolate()
1327 lXR1 = aCol1.GetRed() - ( lXR0 = aCol0.GetRed() ); in ImplScaleInterpolate()
1328 lXG1 = aCol1.GetGreen() - ( lXG0 = aCol0.GetGreen() ); in ImplScaleInterpolate()
1329 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()
1383 BitmapColor aCol0, aCol1, aColRes; in ImplScaleSuper() local
1590 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( nTempY, ++nTempX ) ); in ImplScaleSuper()
1591 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
1592 cG0 = MAP( aCol0.GetGreen(), aCol1.GetGreen(), nTempFX ); in ImplScaleSuper()
1593 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1595 aCol1 = pAcc->GetPaletteColor( pAcc->GetPixelIndex( ++nTempY, nTempX ) ); in ImplScaleSuper()
1597 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
1598 cG1 = MAP( aCol0.GetGreen(), aCol1.GetGreen(), nTempFX ); in ImplScaleSuper()
1599 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
2024 aCol1 = pAcc->GetPixel( nTempY, ++nTempX ); in ImplScaleSuper()
2025 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
2026 cG0 = MAP( aCol0.GetGreen(), aCol1.GetGreen(), nTempFX ); in ImplScaleSuper()
2027 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
2029 aCol1 = pAcc->GetPixel( ++nTempY, nTempX ); in ImplScaleSuper()
2031 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
2032 cG1 = MAP( aCol0.GetGreen(), aCol1.GetGreen(), nTempFX ); in ImplScaleSuper()
2033 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()