Home
last modified time | relevance | path

Searched refs:nTargetBits (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx632 sal_Bool CCIDecompressor::DecompressScanline( sal_uInt8 * pTarget, sal_uLong nTargetBits, bool bLas… in DecompressScanline() argument
665 if ( ReadEOL( nTargetBits ) == sal_False ) in DecompressScanline()
678 if ( pLastLine == NULL || nLastLineSize != ( ( nTargetBits + 7 ) >> 3 ) ) in DecompressScanline()
682 nLastLineSize = ( nTargetBits + 7 ) >> 3; in DecompressScanline()
705 Read2DScanlineData( pTarget, (sal_uInt16)nTargetBits ); in DecompressScanline()
707 Read1DScanlineData( pTarget, (sal_uInt16)nTargetBits ); in DecompressScanline()
873 void CCIDecompressor::FillBits(sal_uInt8 * pTarget, sal_uInt16 nTargetBits, in FillBits() argument
877 if ( nBitPos >= nTargetBits ) in FillBits()
879 if ( nBitPos + nNumBits > nTargetBits ) in FillBits()
880 nNumBits = nTargetBits - nBitPos; in FillBits()
[all …]
H A Dccidecom.hxx61 sal_Bool DecompressScanline(sal_uInt8 * pTarget, sal_uLong nTargetBits, bool bLastLine );
80 void FillBits(sal_uInt8 * pTarget, sal_uInt16 nTargetBits,
87 void Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTargetBits);
89 void Read2DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTargetBits);