LibreOffice Module vcl (master)
1
|
Go to the source code of this file.
Classes | |
struct | CCIHuffmanTableEntry |
struct | CCILookUpTableEntry |
struct | DecompressStatus |
class | CCIDecompressor |
Macros | |
#define | CCI_OPTION_2D 1 |
#define | CCI_OPTION_EOL 2 |
#define | CCI_OPTION_BYTEALIGNEOL 4 |
#define | CCI_OPTION_BYTEALIGNROW 8 |
#define | CCI_OPTION_INVERSEBITORDER 16 |
#define CCI_OPTION_2D 1 |
Definition at line 27 of file ccidecom.hxx.
Referenced by CCIDecompressor::DecompressScanline().
#define CCI_OPTION_BYTEALIGNEOL 4 |
Definition at line 29 of file ccidecom.hxx.
#define CCI_OPTION_BYTEALIGNROW 8 |
Definition at line 31 of file ccidecom.hxx.
Referenced by CCIDecompressor::DecompressScanline().
#define CCI_OPTION_EOL 2 |
Definition at line 28 of file ccidecom.hxx.
Referenced by CCIDecompressor::DecompressScanline().
#define CCI_OPTION_INVERSEBITORDER 16 |
Definition at line 32 of file ccidecom.hxx.
Referenced by CCIDecompressor::CCIDecompressor(), CCIDecompressor::Read1DScanlineData(), CCIDecompressor::Read2DTag(), CCIDecompressor::ReadBlackOrWhite(), CCIDecompressor::ReadCodeAndDecode(), and CCIDecompressor::ReadEOL().