#include <ftzopen.h>
Public Attributes | |
FT_LzwPhase | phase |
FT_Int | in_eof |
FT_Byte | buf_tab [16] |
FT_Int | buf_offset |
FT_Int | buf_size |
FT_Bool | buf_clear |
FT_Offset | buf_total |
FT_UInt | max_bits |
FT_Int | block_mode |
FT_UInt | max_free |
FT_UInt | num_bits |
FT_UInt | free_ent |
FT_UInt | free_bits |
FT_UInt | old_code |
FT_UInt | old_char |
FT_UInt | in_code |
FT_UShort * | prefix |
FT_Byte * | suffix |
FT_UInt | prefix_size |
FT_Byte * | stack |
FT_UInt | stack_top |
FT_Offset | stack_size |
FT_Byte | stack_0 [FT_LZW_DEFAULT_STACK_SIZE] |
FT_Stream | source |
FT_Memory | memory |
Definition at line 112 of file ftzopen.h.
Definition at line 117 of file ftzopen.h.
Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().
Definition at line 118 of file ftzopen.h.
Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().
Definition at line 119 of file ftzopen.h.
Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().
Definition at line 127 of file ftzopen.h.
Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().
FT_Byte FT_LzwStateRec_::stack_0[FT_LZW_DEFAULT_STACK_SIZE] |
Definition at line 144 of file ftzopen.h.
Referenced by ft_lzwstate_prefix_grow(), and ft_lzwstate_stack_grow().