Searched refs:AlignedWidth4Bytes (Results 1 – 8 of 8) sorted by relevance
347 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()
347 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()
418 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()
766 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()
38 inline long AlignedWidth4Bytes( long nWidthBits );52 inline long AlignedWidth4Bytes( long nWidthBits ) in AlignedWidth4Bytes() function
397 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()
364 pDstBuffer->mnScanlineSize = AlignedWidth4Bytes( pDstBuffer->mnBitCount * pDstBuffer->mnWidth ); in StretchAndConvert()
160 pDIB->mnScanlineSize = AlignedWidth4Bytes( pDIB->mnWidth * nBitCount ); in ImplCreateDIB()
Completed in 119 milliseconds