Home
last modified time | relevance | path

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

1234

/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx1028 (sal_uInt16)rOutDev.GetBitCount() ) ); in setData()
H A Dimpltools.cxx323 Bitmap aDstBitmap( aDestBmpSize, aSrcBitmap.GetBitCount(), &pReadAccess->GetPalette() ); in transformBitmap()
H A Dspritehelper.cxx169 if( aMask.GetBitCount() != 1 ) in redraw()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx719 if( GetBitCount() <= 8 ) in Paint()
1010 if( GetBitCount() <= 8 ) in Paint()
H A Dcuigrfflt.cxx642 maNumPoster.SetLast( rGraphic.GetBitmapEx().GetBitCount() ); in GraphicFilterPoster()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx102 if((bMono && 1 == (*a)->GetBitCount()) || (!bMono && (*a)->GetBitCount() > 1)) in alloc()
H A Dvclprocessor2d.cxx493 if(aBitmapEx.GetBitCount() < 24) in RenderFillGraphicPrimitive2D()
/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/filter/source/graphicfilter/epict/
H A Depict.cxx910 nBitsPerPixel = aBitmap.GetBitCount(); in WriteOpcode_BitsRect()
/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/etiff/
H A Detiff.cxx202 mnBitsPerPixel = aBmp.GetBitCount(); in WriteTIFF()
/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/forms/source/component/
H A Dimgprod.cxx468 …ference< ::com::sun::star::awt::XImageConsumer > *) pCons )->setColorModel( pBmpAcc->GetBitCount(), in ImplInitConsumer()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx3090 return _pPrevBmp->GetBitCount(); in getTargetColorDepth()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx254 if( aBmp.GetBitCount() != 24 ) in Save()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx367 if ( aBmp.GetBitCount() != 24 ) in createThumb_Impl()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx449 if( pAcc->GetBitCount() == 8 ) in FillBitmap()
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx469 nBitsPerPixel = mpGraphic->GetBitmapEx().GetBitmap().GetBitCount(); in _getPropertyValues()
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()
H A Dgrfmgr2.cxx690 …if( pOut->GetOutDevType() != OUTDEV_PRINTER && pOut->GetBitCount() <= 8 && aOutBmpEx.GetBitCount()… in ImplCreateOutput()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx614 if( ( rBitmap.GetBitCount() >= 8 ) && ( Application::GetDefaultDevice()->GetColorCount() < 257 ) ) in DitherBitmap()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx177 aInfo.BitsPerPixel = mpOutputDevice->GetBitCount(); in getInfo()
/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
H A Dsalgdi.cxx444 sal_uInt16 AquaSalGraphics::GetBitCount() in GetBitCount() function in AquaSalGraphics
1497 if( rAlphaBmp.GetBitCount() > 8 ) in drawAlphaBitmap()
/trunk/main/vcl/inc/aqua/
H A Dsalbmp.h82 sal_uInt16 GetBitCount() const;

Completed in 172 milliseconds

1234