/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 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() 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 D | bitmapex.cxx | 71 aBitmap = Bitmap( aSize, rBitmapEx.aBitmap.GetBitCount() ); in BitmapEx() 79 aMask = Bitmap( aSize, rBitmapEx.aMask.GetBitCount() ); in BitmapEx() 137 if( !!aMask && aMask.GetBitCount() != 1 ) in BitmapEx() 162 if( aBitmap.GetBitCount() < aMask.GetBitCount() ) in BitmapEx() 1035 if(aChangedBitmap.GetBitCount() <= 8) in ModifyBitmapEx() 1049 aChangedBitmap.GetBitCount(), in ModifyBitmapEx()
|
H A D | alpha.cxx | 93 …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 D | bitmap3.cxx | 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() [all …]
|
H A D | bmpconv.cxx | 160 if( aBM.GetBitCount() == 24 && nTargetDepth <= 8 ) in invoke() 163 if( aBM.GetBitCount() != nTargetDepth ) in invoke()
|
H A D | bitmap4.cxx | 784 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 D | outdev2.cxx | 1633 if( aAlphaBitmap.GetBitCount() > 8 ) in GetBitmapEx() 1926 if( GetBitCount() <= 8 ) in ImplBlendWithAlpha() 2043 if( GetBitCount() <= 8 ) in ImplBlend() 2390 if( aMask.GetBitCount() > 1 ) in ImplPrintTransparent() 2504 if( aMask.GetBitCount() > 1 ) in ImplPrintMask()
|
H A D | outdev.cxx | 2686 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 D | impbmp.cxx | 110 sal_uInt16 nBitCount = mpSalBitmap->GetBitCount(); in ImplGetBitCount()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 358 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 D | salbmp.cxx | 275 pExtraWinSalRGB->Create(*pSalRGB, pSalRGB->GetBitCount()); in ImplCreateGdiPlusBitmap() 374 pExtraWinSalRGB->Create(*pSalRGB, pSalRGB->GetBitCount()); in ImplCreateGdiPlusBitmap() 407 pExtraWinSalA->Create(*pSalA, pSalA->GetBitCount()); in ImplCreateGdiPlusBitmap()
|
/aoo4110/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 423 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()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 121 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
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 523 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()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 476 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 D | bitmapex.hxx | 118 sal_uInt16 GetBitCount() const { return aBitmap.GetBitCount(); } in GetBitCount() function in BitmapEx
|
H A D | bmpacc.hxx | 152 inline sal_uInt16 GetBitCount() const; 377 inline sal_uInt16 BitmapReadAccess::GetBitCount() const in GetBitCount() function in BitmapReadAccess
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 475 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()
|
/aoo4110/main/filter/source/graphicfilter/eras/ |
H A D | eras.cxx | 109 if ( aBmp.GetBitCount() == 4 ) in WriteRAS() 112 mnDepth = aBmp.GetBitCount(); in WriteRAS()
|
/aoo4110/main/filter/source/graphicfilter/expm/ |
H A D | expm.cxx | 113 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()
|
/aoo4110/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 173 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()
|
/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | vclhelperbufferdevice.cxx | 102 if((bMono && 1 == (*a)->GetBitCount()) || (!bMono && (*a)->GetBitCount() > 1)) in alloc()
|
/aoo4110/main/vcl/inc/ |
H A D | salbmp.hxx | 53 virtual sal_uInt16 GetBitCount() const = 0;
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svpbmp.hxx | 54 virtual sal_uInt16 GetBitCount() const;
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salbmp.h | 97 virtual USHORT GetBitCount() const { return mnBitCount; } in GetBitCount() function in Os2SalBitmap
|