Lines Matching refs:GetBitCount
269 rBmp.GetBitCount() == GetBitCount() && in IsEqual()
317 sal_uInt16 Bitmap::GetBitCount() const in GetBitCount() function in Bitmap
326 const sal_uInt16 nBitCount = GetBitCount(); in HasGreyPalette()
390 UInt32ToSVBT32( pRAcc->GetBitCount(), aBT32 ); in GetChecksum()
773 Bitmap aNewBmp( aNewSizePix, GetBitCount(), &pReadAcc->GetPalette() ); in Rotate()
812 Bitmap aNewBmp( aNewSizePix, GetBitCount(), &pReadAcc->GetPalette() ); in Rotate()
909 Bitmap aNewBmp( aNewRect.GetSize(), GetBitCount(), &pReadAcc->GetPalette() ); in Crop()
955 const sal_uInt16 nSrcBitCount = pBmpSrc->GetBitCount(); in CopyPixel()
956 const sal_uInt16 nDstBitCount = GetBitCount(); in CopyPixel()
1143 Bitmap aNewBmp( aNewSize, GetBitCount(), &aBmpPal ); in Expand()
1502 const sal_uInt16 nMaxColors = 1 << pAcc->GetBitCount(); in Replace()
1612 if( 1 == GetBitCount() ) in Replace()
1676 if( 1 == GetBitCount() ) in Replace()
1977 if( GetBitCount() <= 8 ) in Blend()