Lines Matching refs:aBestCol
2783 BitmapColor aBestCol; in ImplDitherFloyd16() local
2800 aBestCol = pQLine1[ 0 ].ImplGetColor(); in ImplDitherFloyd16()
2801 aBestCol.SetRed( ( aBestCol.GetRed() & 248 ) | 7 ); in ImplDitherFloyd16()
2802 aBestCol.SetGreen( ( aBestCol.GetGreen() & 248 ) | 7 ); in ImplDitherFloyd16()
2803 aBestCol.SetBlue( ( aBestCol.GetBlue() & 248 ) | 7 ); in ImplDitherFloyd16()
2804 pWriteAcc->SetPixel( nY, 0, aBestCol ); in ImplDitherFloyd16()
2809 aBestCol.SetRed( ( aColor.GetRed() & 248 ) | 7 ); in ImplDitherFloyd16()
2810 aBestCol.SetGreen( ( aColor.GetGreen() & 248 ) | 7 ); in ImplDitherFloyd16()
2811 aBestCol.SetBlue( ( aColor.GetBlue() & 248 ) | 7 ); in ImplDitherFloyd16()
2812 aErrQuad = ( ImpErrorQuad( aColor ) -= aBestCol ); in ImplDitherFloyd16()
2817 pWriteAcc->SetPixel( nY, nX, aBestCol ); in ImplDitherFloyd16()
2821 aBestCol = pQLine1[ nWidth1 ].ImplGetColor(); in ImplDitherFloyd16()
2822 aBestCol.SetRed( ( aBestCol.GetRed() & 248 ) | 7 ); in ImplDitherFloyd16()
2823 aBestCol.SetGreen( ( aBestCol.GetGreen() & 248 ) | 7 ); in ImplDitherFloyd16()
2824 aBestCol.SetBlue( ( aBestCol.GetBlue() & 248 ) | 7 ); in ImplDitherFloyd16()
2825 pWriteAcc->SetPixel( nY, nX, aBestCol ); in ImplDitherFloyd16()