Home
last modified time | relevance | path

Searched refs:GetBitCount (Results 1 – 25 of 83) sorted by relevance

1234

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx269 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()
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()
[all …]
H A Dbitmapex.cxx73 aBitmap = Bitmap( aSize, rBitmapEx.aBitmap.GetBitCount() ); in BitmapEx()
81 aMask = Bitmap( aSize, rBitmapEx.aMask.GetBitCount() ); in BitmapEx()
139 if( !!aMask && aMask.GetBitCount() != 1 ) in BitmapEx()
164 if( aBitmap.GetBitCount() < aMask.GetBitCount() ) in BitmapEx()
1037 if(aChangedBitmap.GetBitCount() <= 8) in ModifyBitmapEx()
1051 aChangedBitmap.GetBitCount(), in ModifyBitmapEx()
H A Dalpha.cxx93 …DBG_ASSERT( ( 8 == rBitmap.GetBitCount() ) && rBitmap.HasGreyPalette(), "AlphaMask::ImplSetBitmap:… in ImplSetBitmap()
248 if( pAcc && pAcc->GetBitCount() == 8 ) in Invert()
354 if( pAcc && pAcc->GetBitCount() == 8 ) in Replace()
H A Dbitmap3.cxx276 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 se… 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()
[all …]
H A Dbmpconv.cxx160 if( aBM.GetBitCount() == 24 && nTargetDepth <= 8 ) in invoke()
163 if( aBM.GetBitCount() != nTargetDepth ) in invoke()
H A Doutdev2.cxx1642 if( aAlphaBitmap.GetBitCount() > 8 ) in GetBitmapEx()
1935 if( GetBitCount() <= 8 ) in ImplBlendWithAlpha()
2052 if( GetBitCount() <= 8 ) in ImplBlend()
2399 if( aMask.GetBitCount() > 1 ) in ImplPrintTransparent()
2513 if( aMask.GetBitCount() > 1 ) in ImplPrintMask()
H A Dbitmap4.cxx784 if( GetBitCount() > 8 ) in ImplMosaic()
949 sal_Bool bRet = ( GetBitCount() > 8 ) ? Convert( BMP_CONVERSION_8BIT_COLORS ) : sal_True; in ImplPopArt()
961 const sal_uLong nEntryCount = 1 << pWriteAcc->GetBitCount(); in ImplPopArt()
H A Doutdev.cxx2686 sal_uInt16 OutputDevice::GetBitCount() const in GetBitCount() function in OutputDevice
2700 return (sal_uInt16)mpGraphics->GetBitCount(); in GetBitCount()
2712 return mpAlphaVDev->GetBitCount(); in GetAlphaBitCount()
2724 const sal_uInt16 nBitCount = GetBitCount(); in GetColorCount()
H A Ddibtools.cxx1005 …nt16 nBitCount(pAccAlpha ? 32 : discretizeBitcount(static_cast< sal_uInt16 >(rAcc.GetBitCount()))); in ImplWriteDIBBits()
1190 …nt16 nBitCount(pAccAlpha ? 32 : discretizeBitcount(static_cast< sal_uInt16 >(rAcc.GetBitCount()))); in ImplWriteDIBBody()
1513 if((8 == aMask.GetBitCount()) && aMask.HasGreyPalette()) in ReadDIBBitmapEx()
H A Dimpbmp.cxx110 sal_uInt16 nBitCount = mpSalBitmap->GetBitCount(); in ImplGetBitCount()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx358 pTmpSalBmp->Create( rSalBitmap, rSalBitmap.GetBitCount() ); in ImplDrawBitmap()
387 sal_Bool bMono = ( rSalBitmap.GetBitCount() == 1 ); in ImplDrawBitmap()
572 …if( ( GetBitCount() <= 8 ) && rTransparentBitmap.ImplGethDIB() && rTransparentBitmap.GetBitCount()… in drawBitmap()
665 if( ( GetBitCount() <= 8 ) && rSalBitmap.ImplGethDIB() && rSalBitmap.GetBitCount() == 1 ) in drawMask()
H A Dsalbmp.cxx275 pExtraWinSalRGB->Create(*pSalRGB, pSalRGB->GetBitCount()); in ImplCreateGdiPlusBitmap()
374 pExtraWinSalRGB->Create(*pSalRGB, pSalRGB->GetBitCount()); in ImplCreateGdiPlusBitmap()
407 pExtraWinSalA->Create(*pSalA, pSalA->GetBitCount()); in ImplCreateGdiPlusBitmap()
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx423 sal_uInt8 cFlags = (sal_uInt8) ( pAcc->GetBitCount() - 1 ); in WriteLocalHeader()
452 const sal_uInt16 nMaxCount = ( 1 << pAcc->GetBitCount() ); in WritePalette()
489 if( bStatus && ( 8 == pAcc->GetBitCount() ) && pAcc->HasPalette() ) in WriteAccess()
491 aCompressor.StartCompression( *pGIF, pAcc->GetBitCount() ); in WriteAccess()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx121 return Create( rSalBmp, rSalBmp.GetBitCount() ); in Create()
128 return Create( rSalBmp, pGraphics ? pGraphics->GetBitCount() : rSalBmp.GetBitCount() ); in Create()
562 sal_uInt16 AquaSalBitmap::GetBitCount() const in GetBitCount() function in AquaSalBitmap
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx523 pSrcGraphics->GetBitCount() ); in copyBits()
638 if( rSalBitmap.GetBitCount() == 1 ) in drawBitmap()
648 if( rSalBitmap.GetBitCount() == 1 ) in drawBitmap()
777 if( rAlphaBmp.GetBitCount() != 8 ) in drawAlphaBitmap()
1059 sal_uInt16 nBitCount = GetBitCount(); in getBitmap()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx476 sal_uInt16 GetBitCount() const;
961 return( 1UL << (sal_uLong) GetBitCount() ); in GetColorCount()
969 return( ( (sal_uLong) aSizePix.Width() * aSizePix.Height() * GetBitCount() ) >> 3UL ); in GetSizeBytes()
H A Dbitmapex.hxx118 sal_uInt16 GetBitCount() const { return aBitmap.GetBitCount(); } in GetBitCount() function in BitmapEx
H A Dbmpacc.hxx152 inline sal_uInt16 GetBitCount() const;
377 inline sal_uInt16 BitmapReadAccess::GetBitCount() const in GetBitCount() function in BitmapReadAccess
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx475 mnOutDevBitCount( pOut->GetBitCount() ) in GraphicDisplayCacheEntry()
488 mnOutDevBitCount( pOut->GetBitCount() ) in GraphicDisplayCacheEntry()
517 ( pOut->GetBitCount() == mnOutDevBitCount ) && in Matches()
536 const long nBitCount = pOut->GetBitCount(); in GetNeededSize()
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx109 if ( aBmp.GetBitCount() == 4 ) in WriteRAS()
112 mnDepth = aBmp.GetBitCount(); in WriteRAS()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx113 if ( aBmp.GetBitCount() >= 8 ) // wenn noetig Bild auf 8 bit konvertieren in WriteXPM()
121 if ( aBmp.GetBitCount() > 8 ) // wenn noetig Bild auf 8 bit konvertieren in WriteXPM()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx173 nDepth = pAcc->GetBitCount(); in checkCanvasBitmap()
324 nDepth = pAcc->GetBitCount(); in checkBitmapImport()
963 test( aBmp.GetBitCount() == 8, in Paint()
990 test( aBmp.GetBitCount() == 24, in Paint()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx102 if((bMono && 1 == (*a)->GetBitCount()) || (!bMono && (*a)->GetBitCount() > 1)) in alloc()
/trunk/main/vcl/inc/
H A Dsalbmp.hxx53 virtual sal_uInt16 GetBitCount() const = 0;
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.hxx54 virtual sal_uInt16 GetBitCount() const;

Completed in 133 milliseconds

1234