Searched refs:aBestCol (Results 1 – 1 of 1) sorted by relevance
2783 BitmapColor aBestCol; in ImplDitherFloyd16() local2800 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()2817 pWriteAcc->SetPixel( nY, nX, aBestCol ); 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()[all …]
Completed in 52 milliseconds