Searched refs:nRightShiftBits (Results 1 – 1 of 1) sorted by relevance
2989 const sal_uInt32 nRightShiftBits = 8 - nValidBits; in ImplReducePopular() local3021 pCountTable[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()3022 ( ( ( (sal_uInt32) rCol.GetGreen() ) >> nRightShiftBits ) << nLeftShiftBits1 ) | in ImplReducePopular()3023 ( ( (sal_uInt32) rCol.GetBlue() ) >> nRightShiftBits ) ].mnCount++; in ImplReducePopular()3035 ( ( ( (sal_uInt32) aCol.GetGreen() ) >> nRightShiftBits ) << nLeftShiftBits1 ) | in ImplReducePopular()3036 ( ( (sal_uInt32) aCol.GetBlue() ) >> nRightShiftBits ) ].mnCount++; in ImplReducePopular()3050 (sal_uInt8) ( ( rPop.mnIndex & ( nColorsPerComponent - 1 ) ) << nRightShiftBits ) ); in ImplReducePopular()3074 ( ( ( (sal_uInt32) rCol.GetGreen() ) >> nRightShiftBits ) << nLeftShiftBits1 ) | in ImplReducePopular()3075 ( ( (sal_uInt32) rCol.GetBlue() ) >> nRightShiftBits ) ] ); in ImplReducePopular()3088 ( ( ( (sal_uInt32) aCol.GetGreen() ) >> nRightShiftBits ) << nLeftShiftBits1 ) | in ImplReducePopular()[all …]
Completed in 21 milliseconds