Home
last modified time | relevance | path

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

/trunk/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 Djpeg.h44 long nAlignedWidth; // these members will be filled by the member
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()
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx426 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()
555 rIStm.Read( pTmp = pBuf, nAlignedWidth ); in ImplReadDIBBits()
1040 sal_uInt8* pBuf = new sal_uInt8[ nAlignedWidth ]; in ImplWriteDIBBits()
1066 rOStm.Write( pBuf, nAlignedWidth ); in ImplWriteDIBBits()
1090 rOStm.Write( pBuf, nAlignedWidth ); in ImplWriteDIBBits()
1104 rOStm.Write( pBuf, nAlignedWidth ); in ImplWriteDIBBits()
[all …]

Completed in 25 milliseconds