Searched refs:pIndexMap (Results 1 – 2 of 2) sorted by relevance
715 sal_uInt8* pIndexMap = new sal_uInt8[ nPalCount ]; in ImplSepia() local718 pIndexMap[ i ] = pReadAcc->GetPaletteColor( i ).GetLuminance(); in ImplSepia()722 aCol.SetIndex( pIndexMap[ pReadAcc->GetPixel( nY, nX ).GetIndex() ] ); in ImplSepia()726 delete[] pIndexMap; in ImplSepia()
3059 sal_uInt8* pIndexMap = new sal_uInt8[ nTotalColors ]; in ImplReducePopular() local3064 …pIndexMap[ nIndex++ ] = (sal_uInt8) aNewPal.GetBestIndex( BitmapColor( (sal_uInt8) nR, (sal_uInt8)… in ImplReducePopular()3073 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()3087 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()3095 delete[] pIndexMap; in ImplReducePopular()
Completed in 122 milliseconds