Home
last modified time | relevance | path

Searched refs:mnBitCount (Results 1 – 22 of 22) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dsalvd.cxx140 pVDev->mnBitCount = nBitCount; in CreateVirtualDevice()
176 mnBitCount = 0; // BitCount (0 or 1) in WinSalVirtualDevice()
235 mnBitCount ); in SetSize()
H A Dsalbmp.cxx191 mnBitCount(0) in WinSalBitmap()
217 mnBitCount = 0; in Destroy()
544 mnBitCount = pBIH->biBitCount; in Create()
546 if( mnBitCount ) in Create()
547 mnBitCount = ( mnBitCount <= 1 ) ? 1 : ( mnBitCount <= 4 ) ? 4 : ( mnBitCount <= 8 ) ? 8 : 24; in Create()
560 if( mnBitCount ) in Create()
562 mnBitCount = ( mnBitCount <= 1 ) ? 1 : in Create()
563 ( mnBitCount <= 4 ) ? 4 : in Create()
590 mnBitCount = nBitCount; in Create()
617 mnBitCount = rSalBitmap.mnBitCount; in Create()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1057 g_return_val_if_fail( pBitmap->mnBitCount == 24, NULL ); in bitmapToPixbuf()
1061 g_return_val_if_fail( pAlpha->mnBitCount == 8, NULL ); in bitmapToPixbuf()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx214 pBuf->mnBitCount = nBitCount; in AcquireBuffer()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx169 switch (mpBmpBuffer->mnBitCount) in GetDepth()
H A Dsalbmp.cxx161 pDIB->mnBitCount = nBitCount; in ImplCreateDIB()
222 aSrcBuf.mnBitCount = pImage->bits_per_pixel; in ImplCreateDIB()
230 switch( aSrcBuf.mnBitCount ) in ImplCreateDIB()
295 if( aSrcBuf.mnBitCount == 1 ) in ImplCreateDIB()
303 else if( aSrcBuf.mnBitCount <= 8 ) in ImplCreateDIB()
782 nBitCount = mpDIB->mnBitCount; in GetBitCount()
/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx81 mnBitCount = ( nBitCount ? nBitCount : pOutDev->GetBitCount() ); in ImplInitVirDev()
93 if( mnBitCount < 8 ) in ImplInitVirDev()
251 …wVirDev = pSVData->mpDefInst->CreateVirtualDevice( mpGraphics, nNewWidth, nNewHeight, mnBitCount ); in ImplSetOutputSizePixel()
H A Dsalmisc.cxx46 pDstBuffer->mnBitCount = BitCount; \
355 pDstBuffer->mnBitCount = 1; in StretchAndConvert()
364 pDstBuffer->mnScanlineSize = AlignedWidth4Bytes( pDstBuffer->mnBitCount * pDstBuffer->mnWidth ); in StretchAndConvert()
485 if( rSrcBuffer.mnBitCount <= 8 && pDstBuffer->mnBitCount <= 8 ) in StretchAndConvert()
490 else if( rSrcBuffer.mnBitCount <= 8 && pDstBuffer->mnBitCount > 8 ) in StretchAndConvert()
495 else if( rSrcBuffer.mnBitCount > 8 && pDstBuffer->mnBitCount > 8 ) in StretchAndConvert()
H A Doutdev.cxx2691 return ((VirtualDevice*)this)->mnBitCount; in GetBitCount()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1509 rRawBitmap.mnBitCount = 1; in GetGlyphBitmap1()
1664 rRawBitmap.mnBitCount = 8; in GetGlyphBitmap8()
H A Dgcach_rbmp.cxx185 if( mnBitCount == 8 ) in Rotate()
199 if( mnBitCount==1 ) in Rotate()
226 if( mnBitCount == 8 ) in Rotate()
240 if( mnBitCount == 8 ) in Rotate()
/trunk/main/vcl/os2/source/gdi/
H A Dsalvd.cxx133 pVDev->mnBitCount = nBitCount; in CreateVirtualDevice()
190 mnBitCount ); in SetSize()
H A Dsalbmp.cxx60 mnBitCount ( 0 ) in Os2SalBitmap()
88 mnBitCount = pBIH->cBitCount; in Create()
90 if( mnBitCount ) in Create()
91mnBitCount = ( mnBitCount <= 1 ) ? 1 : ( mnBitCount <= 4 ) ? 4 : ( mnBitCount <= 8 ) ? 8 : 24; in Create()
104 if( mnBitCount ) in Create()
106 mnBitCount = ( mnBitCount <= 1 ) ? 1 : in Create()
135 mnBitCount = nBitCount; in Create()
162 mnBitCount = rSalBitmap.mnBitCount; in Create()
224 if( mnBitCount ) in Create()
226 mnBitCount = ( mnBitCount <= 1 ) ? 1 : in Create()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dvirdev.hxx48 sal_uInt16 mnBitCount; member in VirtualDevice
H A Dsalbtype.hxx270 sal_uInt16 mnBitCount; member
H A Dbmpacc.hxx380 return( mpBuffer ? mpBuffer->mnBitCount : 0 ); in GetBitCount()
/trunk/main/vcl/inc/win/
H A Dsalbmp.h63 sal_uInt16 mnBitCount; member in WinSalBitmap
97 virtual sal_uInt16 GetBitCount() const { return mnBitCount; } in GetBitCount()
H A Dsalvd.h49 sal_uInt16 mnBitCount; // BitCount (0 or 1) member in WinSalVirtualDevice
/trunk/main/vcl/inc/os2/
H A Dsalvd.h44 USHORT mnBitCount; // BitCount (0 or 1) member in Os2SalVirtualDevice
H A Dsalbmp.h50 USHORT mnBitCount; member in Os2SalBitmap
97 virtual USHORT GetBitCount() const { return mnBitCount; } in GetBitCount()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx330 sal_uLong mnBitCount; member in RawBitmap
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx506 aSrcBuf.mnBitCount = nSrcBits; in ConvertBitmapData()
511 aSrcBuf.mnBitCount = nDestBits; in ConvertBitmapData()
673 pBuffer->mnBitCount = mnBits; in AcquireBuffer()

Completed in 152 milliseconds