Searched refs:nAlignedWidth (Results 1 – 4 of 4) sorted by relevance
397 const sal_uLong nAlignedWidth = AlignedWidth4Bytes(static_cast<sal_uLong>(nBitsPerLine)); in ImplReadDIBBits() local413 ….IsBottomUp()) != bTopDown ) && !bRLE && !bTCMask && ( rAcc.GetScanlineSize() == nAlignedWidth ) ); in ImplReadDIBBits()426 rIStm.Read(rAcc.GetBuffer(), rHeader.nHeight * nAlignedWidth); in ImplReadDIBBits()459 sal_uInt8* pBuf = new sal_uInt8[nAlignedWidth]; in ImplReadDIBBits()474 rIStm.Read( pTmp = pBuf, nAlignedWidth ); in ImplReadDIBBits()498 rIStm.Read( pTmp = pBuf, nAlignedWidth ); in ImplReadDIBBits()521 rIStm.Read( pTmp = pBuf, nAlignedWidth ); in ImplReadDIBBits()537 rIStm.Read( (char*)( pTmp16 = (sal_uInt16*) pBuf ), nAlignedWidth ); in ImplReadDIBBits()555 rIStm.Read( pTmp = pBuf, nAlignedWidth ); in ImplReadDIBBits()580 rIStm.Read( (char*)( pTmp32 = (sal_uInt32*) pBuf ), nAlignedWidth ); in ImplReadDIBBits()[all …]
403 long nAlignedWidth; in CreateBitmap() local413 nAlignedWidth = pAcc->GetScanlineSize(); in CreateBitmap()418 nAlignedWidth = AlignedWidth4Bytes( aSize.Width() * ( bGray ? 8 : 24 ) ); in CreateBitmap()420 pBmpBuf = pBuffer = rtl_allocateMemory( nAlignedWidth * aSize.Height() ); in CreateBitmap()431 ((JPEGCreateBitmapParam*)pParam)->nAlignedWidth = nAlignedWidth; in CreateBitmap()445 long nAlignedWidth; in FillBitmap() local459 nAlignedWidth = AlignedWidth4Bytes( pAcc->Width() * 8L ); in FillBitmap()463 pTmp = (sal_uInt8*) pBuffer + nY * nAlignedWidth; in FillBitmap()473 nAlignedWidth = AlignedWidth4Bytes( pAcc->Width() * 24L ); in FillBitmap()487 sal_uInt8* aSource((sal_uInt8*)pBuffer + nY * nAlignedWidth); in FillBitmap()[all …]
75 long nAlignedWidth; in ReadJPEG() local152 nAlignedWidth = aCreateBitmapParam.nAlignedWidth; in ReadJPEG()167 pTmp = pDIB + ( nHeight - 1 ) * nAlignedWidth; in ReadJPEG()168 nAlignedWidth = -nAlignedWidth; in ReadJPEG()195 pTmp += nAlignedWidth; in ReadJPEG()
44 long nAlignedWidth; // these members will be filled by the member