Searched refs:rPop (Results 1 – 1 of 1) sorted by relevance
3047 const PopularColorCount& rPop = pCountTable[ n ]; in ImplReducePopular() local3048 …aNewPal[ n ] = BitmapColor( (sal_uInt8) ( ( rPop.mnIndex >> nLeftShiftBits2 ) << nRightShiftBits ), in ImplReducePopular()3049 …(sal_uInt8) ( ( ( rPop.mnIndex >> nLeftShiftBits1 ) & ( nColorsPerComponent - 1 ) ) << nRightShift… in ImplReducePopular()3050 (sal_uInt8) ( ( rPop.mnIndex & ( nColorsPerComponent - 1 ) ) << nRightShiftBits ) ); in ImplReducePopular()
Completed in 23 milliseconds