Searched refs:CCIDecompressor (Results 1 – 3 of 3) sorted by relevance
577 CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) : in CCIDecompressor() function in CCIDecompressor608 CCIDecompressor::~CCIDecompressor() in ~CCIDecompressor()619 void CCIDecompressor::StartDecompression( SvStream & rIStream ) in StartDecompression()730 void CCIDecompressor::MakeLookUp(const CCIHuffmanTableEntry * pHufTab, in MakeLookUp()769 sal_Bool CCIDecompressor::ReadEOL( sal_uInt32 /*nMaxFillBits*/ ) in ReadEOL()814 sal_Bool CCIDecompressor::Read2DTag() in Read2DTag()832 sal_uInt8 CCIDecompressor::ReadBlackOrWhite() in ReadBlackOrWhite()850 sal_uInt16 CCIDecompressor::ReadCodeAndDecode(const CCILookUpTableEntry * pLookUp, in ReadCodeAndDecode()873 void CCIDecompressor::FillBits(sal_uInt8 * pTarget, sal_uInt16 nTargetBits, in FillBits()927 void CCIDecompressor::Read1DScanlineData(sal_uInt8 * pTarget, sal_uInt16 nTargetBits) in Read1DScanlineData()[all …]
52 class CCIDecompressor { class56 CCIDecompressor( sal_uLong nOptions, sal_uInt32 nImageWidth );57 ~CCIDecompressor();
551 CCIDecompressor aCCIDecom( nOptions, nImageWidth ); in ReadMap()
Completed in 29 milliseconds