Home
last modified time | relevance | path

Searched refs:GetBitCount (Results 26 – 50 of 83) sorted by relevance

1234

/trunk/main/vcl/inc/os2/
H A Dsalbmp.h97 virtual USHORT GetBitCount() const { return mnBitCount; } in GetBitCount() function in Os2SalBitmap
H A Dsalgdi.h238 virtual USHORT GetBitCount();
/trunk/main/vcl/inc/aqua/
H A Dsalbmp.h82 sal_uInt16 GetBitCount() const;
/trunk/main/vcl/inc/win/
H A Dsalbmp.h97 virtual sal_uInt16 GetBitCount() const { return mnBitCount; } in GetBitCount() function in WinSalBitmap
H A Dsalgdi.h268 virtual sal_uInt16 GetBitCount();
/trunk/main/vcl/source/gdi/
H A Dimage.cxx590 Bitmap aPixels( aSize, aTempl.GetBitmap().GetBitCount() ); in GetAsHorizontalStrip()
594 aResult = BitmapEx( aPixels, Bitmap( aSize, aTempl.GetMask().GetBitCount() ) ); in GetAsHorizontalStrip()
H A Dpdfwriter_impl.cxx9610 if( rObject.m_aMask.GetBitCount() == 1 || in writeJPG()
9661 if( rObject.m_aMask.GetBitCount() == 1 ) in writeJPG()
9663 else if( rObject.m_aMask.GetBitCount() == 8 ) in writeJPG()
9713 else if( aBitmap.GetBitCount() != 8 ) in writeBitmapObject()
9726 switch( aBitmap.GetBitCount() ) in writeBitmapObject()
9733 nBitsPerComponent = aBitmap.GetBitCount(); in writeBitmapObject()
9779 if( aBitmap.GetBitCount() == 1 ) in writeBitmapObject()
9835 if( aBitmap.GetBitCount() == 1 ) in writeBitmapObject()
9845 else if( aBitmap.GetBitCount() == 8 ) in writeBitmapObject()
10097 aID.m_nSize = aBitmap.GetBitCount(); in createBitmapEmit()
[all …]
H A Doutdev6.cxx279 && GetBitCount() > 8 in DrawTransparent()
503 if( aPaint.GetBitCount() <= 8 ) in DrawTransparent()
H A Dvirdev.cxx81 mnBitCount = ( nBitCount ? nBitCount : pOutDev->GetBitCount() ); in ImplInitVirDev()
H A Dbmpacc.cxx95 if( pNewImpBmp->ImplCreate( *pImpBmp, rBitmap.GetBitCount() ) ) in ImplCreate()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx287 PM_BOOL bDrawDDB1 = ( ( rSalBitmap.GetBitCount() == 1 ) && hDrawDDB ); in ImplDrawBitmap()
292 pTmpSalBmp->Create( rSalBitmap, rSalBitmap.GetBitCount() ); in ImplDrawBitmap()
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h113 virtual sal_uInt16 GetBitCount() const;
H A Dpspgraphics.h83 virtual sal_uInt16 GetBitCount();
H A Dsalgdi.h226 virtual sal_uInt16 GetBitCount();
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx355 if( 1 == GetBitCount() ) in ImplCreateXImage()
777 sal_uInt16 X11SalBitmap::GetBitCount() const in GetBitCount() function in X11SalBitmap
H A Dsalvd.cxx49 nBitCount = pGraphics->GetBitCount(); in CreateVirtualDevice()
H A Dpspgraphics.cxx279 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount() function in PspGraphics
281 return m_pPrinterGfx->GetBitCount(); in GetBitCount()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.hxx70 virtual sal_uInt16 GetBitCount();
H A Dsvppspgraphics.hxx92 virtual sal_uInt16 GetBitCount();
H A Dsvpbmp.cxx132 sal_uInt16 SvpSalBitmap::GetBitCount() const in GetBitCount() function in SvpSalBitmap
H A Dsvppspgraphics.cxx216 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount() function in PspGraphics
218 return m_pPrinterGfx->GetBitCount(); in GetBitCount()
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx169 if( aMask.GetBitCount() != 1 ) in redraw()
H A Dimpltools.cxx323 Bitmap aDstBitmap( aDestBmpSize, aSrcBitmap.GetBitCount(), &pReadAccess->GetPalette() ); in transformBitmap()
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx642 maNumPoster.SetLast( rGraphic.GetBitmapEx().GetBitCount() ); in GraphicFilterPoster()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx335 sal_uInt16 GetBitCount ();

Completed in 174 milliseconds

1234