Searched refs:nAlignedWidth (Results 1 – 4 of 4) sorted by relevance
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()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 …]
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
Completed in 26 milliseconds