Home
last modified time | relevance | path

Searched refs:nLeftShiftBits2 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2991 const sal_uInt32 nLeftShiftBits2 = nValidBits << 1; in ImplReducePopular() local
3021 pCountTable[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()
3034 pCountTable[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()
3048 …aNewPal[ n ] = BitmapColor( (sal_uInt8) ( ( rPop.mnIndex >> nLeftShiftBits2 ) << nRightShiftBits ), in ImplReducePopular()
3073 …SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()
3087 …SetIndex( pIndexMap[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()

Completed in 32 milliseconds