Home
last modified time | relevance | path

Searched refs:AlignedWidth4Bytes (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx347 const ULONG nImageSize = AlignedWidth4Bytes( nBits * rSize.Width() ) * rSize.Height(); in ImplCreateDIB()
394 ULONG nAligned = AlignedWidth4Bytes( nWidth ); in ImplCreateDIB4FromDIB1()
395 ULONG nAligned4 = AlignedWidth4Bytes( nWidth << 2 ); in ImplCreateDIB4FromDIB1()
443 … ( pBIH->cbImage ? pBIH->cbImage : AlignedWidth4Bytes( pBIH->cx * pBIH->cBitCount ) ); in ImplCopyDIBOrDDB()
571 pBuffer->mnScanlineSize = AlignedWidth4Bytes( maSize.Width() * pBIH->cBitCount ); in AcquireBuffer()
636 ULONG nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer()
H A Dsalgdi2.cxx347 const long nWidthAl8 = AlignedWidth4Bytes( nWidth * 8 ); in ImplDrawBitmap()
348 const long nWidthAl24 = AlignedWidth4Bytes( nWidth * 24 ); in ImplDrawBitmap()
386 …const long nImageSize = ( pBIH->cbImage ? pBIH->cbImage : ( pBIH->cy * AlignedWidth4Bytes( pBIH->c… in ImplDrawBitmap()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx418 nAlignedWidth = AlignedWidth4Bytes( aSize.Width() * ( bGray ? 8 : 24 ) ); in CreateBitmap()
459 nAlignedWidth = AlignedWidth4Bytes( pAcc->Width() * 8L ); in FillBitmap()
473 nAlignedWidth = AlignedWidth4Bytes( pAcc->Width() * 24L ); in FillBitmap()
765 …pBuffer = new sal_uInt8[ AlignedWidth4Bytes( bGreys ? pAcc->Width() * 8L : pAcc->Width() * 24L ) ]; in Write()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx766 const sal_uLong nAlignedWidth4Bytes = AlignedWidth4Bytes( nBits * rSize.Width() ); in ImplCreateDIB()
910 pBuffer->mnScanlineSize = AlignedWidth4Bytes( maSize.Width() * pBIH->biBitCount ); in AcquireBuffer()
988 sal_uLong nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer()
/trunk/main/tools/inc/tools/
H A Dgen.hxx38 inline long AlignedWidth4Bytes( long nWidthBits );
52 inline long AlignedWidth4Bytes( long nWidthBits ) in AlignedWidth4Bytes() function
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx397 const sal_uLong nAlignedWidth = AlignedWidth4Bytes(static_cast<sal_uLong>(nBitsPerLine)); in ImplReadDIBBits()
1006 const sal_uLong nAlignedWidth(AlignedWidth4Bytes(rAcc.Width() * nBitCount)); in ImplWriteDIBBits()
1192 aHeader.nSizeImage = rAcc.Height() * AlignedWidth4Bytes(rAcc.Width() * aHeader.nBitCount); in ImplWriteDIBBody()
H A Dsalmisc.cxx364 pDstBuffer->mnScanlineSize = AlignedWidth4Bytes( pDstBuffer->mnBitCount * pDstBuffer->mnWidth ); in StretchAndConvert()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx160 pDIB->mnScanlineSize = AlignedWidth4Bytes( pDIB->mnWidth * nBitCount ); in ImplCreateDIB()

Completed in 156 milliseconds