Lines Matching refs:GetBitCount
276 const sal_uInt16 nBitCount = GetBitCount(); in Convert()
631 DBG_ASSERT( nBitCount > GetBitCount(), "New BitCount must be greater!" ); in ImplConvertUp()
649 const sal_uInt16 nOldCount = 1 << GetBitCount(); in ImplConvertUp()
707 …DBG_ASSERT( nBitCount <= GetBitCount(), "New BitCount must be lower ( or equal when pExtColor is s… in ImplConvertDown()
851 aNewBmp = Bitmap( GetSizePixel(), GetBitCount(), &aNewPal ); in ImplConvertGhosted()
925 const sal_uInt16 nStartCount(GetBitCount()); in Scale()
1018 if(bRetval && nStartCount != GetBitCount()) in Scale()
1058 if(GetBitCount() != rNew.GetBitCount()) in ImplAdaptBitCount()
1060 switch(GetBitCount()) in ImplAdaptBitCount()
1120 Bitmap aNewBmp( Size( nNewWidth, nNewHeight ), GetBitCount(), &pReadAcc->GetPalette() ); in ImplScaleFast()
2551 else if( ( nDitherFlags & BMP_DITHER_FLOYD_16 ) && ( GetBitCount() == 24 ) ) in Dither()