Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx841 BitmapPalette aNewPal( pR->GetPaletteEntryCount() ); in ImplConvertGhosted() local
843 for( long i = 0, nCount = aNewPal.GetEntryCount(); i < nCount; i++ ) in ImplConvertGhosted()
846 aNewPal[ (sal_uInt16) i ] = BitmapColor( ( rOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
851 aNewBmp = Bitmap( GetSizePixel(), GetBitCount(), &aNewPal ); in ImplConvertGhosted()
3041 BitmapPalette aNewPal( nColCount ); in ImplReducePopular() local
3048aNewPal[ n ] = BitmapColor( (sal_uInt8) ( ( rPop.mnIndex >> nLeftShiftBits2 ) << nRightShiftBits ), in ImplReducePopular()
3053 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aNewPal ); in ImplReducePopular()
3064 …pIndexMap[ nIndex++ ] = (sal_uInt8) aNewPal.GetBestIndex( BitmapColor( (sal_uInt8) nR, (sal_uInt8)… in ImplReducePopular()

Completed in 17 milliseconds