Home
last modified time | relevance | path

Searched refs:nAlignedWidth (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Ddibtools.cxx397 const sal_uLong nAlignedWidth = AlignedWidth4Bytes(static_cast<sal_uLong>(nBitsPerLine)); in ImplReadDIBBits() local
413 ….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 …]
/AOO41X/main/svtools/source/filter/jpeg/
H A Djpeg.cxx403 long nAlignedWidth; in CreateBitmap() local
413 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() local
459 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 …]
H A Djpegc.c75 long nAlignedWidth; in ReadJPEG() local
152 nAlignedWidth = aCreateBitmapParam.nAlignedWidth; in ReadJPEG()
167 pTmp = pDIB + ( nHeight - 1 ) * nAlignedWidth; in ReadJPEG()
168 nAlignedWidth = -nAlignedWidth; in ReadJPEG()
195 pTmp += nAlignedWidth; in ReadJPEG()
H A Djpeg.h44 long nAlignedWidth; // these members will be filled by the member