Lines Matching refs:nBitCount

276 	const sal_uInt16	nBitCount = GetBitCount();  in Convert()  local
295 if( nBitCount < 4 ) in Convert()
297 else if( nBitCount > 4 ) in Convert()
308 if( nBitCount < 4 ) in Convert()
321 if( nBitCount < 8 ) in Convert()
323 else if( nBitCount > 8 ) in Convert()
334 if( nBitCount < 8 ) in Convert()
343 if( nBitCount < 24 ) in Convert()
629 sal_Bool Bitmap::ImplConvertUp( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertUp() argument
631 DBG_ASSERT( nBitCount > GetBitCount(), "New BitCount must be greater!" ); in ImplConvertUp()
639 …Bitmap aNewBmp( GetSizePixel(), nBitCount, pReadAcc->HasPalette() ? &pReadAcc->GetPalette() : &… in ImplConvertUp()
652 aPal.SetEntryCount( 1 << nBitCount ); in ImplConvertUp()
705 sal_Bool Bitmap::ImplConvertDown( sal_uInt16 nBitCount, Color* pExtColor ) in ImplConvertDown() argument
707 …DBG_ASSERT( nBitCount <= GetBitCount(), "New BitCount must be lower (or equal when pExtColor is se… in ImplConvertDown()
715 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aPal ); in ImplConvertDown()
720 const sal_uInt16 nCount = 1 << nBitCount; in ImplConvertDown()
2889 sal_uInt16 nBitCount; in ImplReduceSimple() local
2893 nBitCount = 1; in ImplReduceSimple()
2895 nBitCount = 4; in ImplReduceSimple()
2897 nBitCount = 8; in ImplReduceSimple()
2905 aNewBmp = Bitmap( GetSizePixel(), nBitCount, &rPal ); in ImplReduceSimple()
2975 sal_uInt16 nBitCount; in ImplReducePopular() local
2982 nBitCount = 4; in ImplReducePopular()
2984 nBitCount = 8; in ImplReducePopular()
3053 Bitmap aNewBmp( GetSizePixel(), nBitCount, &aNewPal ); in ImplReducePopular()
3122 sal_uInt16 nBitCount; in ImplReduceMedian() local
3126 nBitCount = 4; in ImplReduceMedian()
3128 nBitCount = 8; in ImplReduceMedian()
3132 nBitCount = 8; in ImplReduceMedian()
3138 Bitmap aNewBmp( GetSizePixel(), nBitCount ); in ImplReduceMedian()