Home
last modified time | relevance | path

Searched refs:CCIDecompressor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx577 CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) : in CCIDecompressor() function in CCIDecompressor
608 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 …]
H A Dccidecom.hxx52 class CCIDecompressor { class
56 CCIDecompressor( sal_uLong nOptions, sal_uInt32 nImageWidth );
57 ~CCIDecompressor();
H A Ditiff.cxx551 CCIDecompressor aCCIDecom( nOptions, nImageWidth ); in ReadMap()

Completed in 25 milliseconds