Home
last modified time | relevance | path

Searched refs:rPop (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx3047 const PopularColorCount& rPop = pCountTable[ n ]; in ImplReducePopular() local
3048 …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 20 milliseconds