zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FT_LzwStateRec_ Struct Reference

#include <ftzopen.h>

Public Attributes

FT_Int block_mode
 
FT_Bool buf_clear
 
FT_Int buf_offset
 
FT_Int buf_size
 
FT_Byte buf_tab [16]
 
FT_Offset buf_total
 
FT_UInt free_bits
 
FT_UInt free_ent
 
FT_UInt in_code
 
FT_Int in_eof
 
FT_UInt max_bits
 
FT_UInt max_free
 
FT_Memory memory
 
FT_UInt num_bits
 
FT_UInt old_char
 
FT_UInt old_code
 
FT_LzwPhase phase
 
FT_UShortprefix
 
FT_UInt prefix_size
 
FT_Stream source
 
FT_Bytestack
 
FT_Byte stack_0 [FT_LZW_DEFAULT_STACK_SIZE]
 
FT_Offset stack_size
 
FT_UInt stack_top
 
FT_Bytesuffix
 

Detailed Description

Definition at line 112 of file ftzopen.h.

Member Data Documentation

FT_Int FT_LzwStateRec_::block_mode

Definition at line 124 of file ftzopen.h.

FT_Bool FT_LzwStateRec_::buf_clear

Definition at line 120 of file ftzopen.h.

Referenced by ft_lzwstate_get_code().

FT_Int FT_LzwStateRec_::buf_offset

Definition at line 118 of file ftzopen.h.

Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().

FT_Int FT_LzwStateRec_::buf_size

Definition at line 119 of file ftzopen.h.

Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().

FT_Byte FT_LzwStateRec_::buf_tab[16]

Definition at line 117 of file ftzopen.h.

Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().

FT_Offset FT_LzwStateRec_::buf_total

Definition at line 121 of file ftzopen.h.

Referenced by ft_lzwstate_refill().

FT_UInt FT_LzwStateRec_::free_bits

Definition at line 129 of file ftzopen.h.

Referenced by ft_lzwstate_get_code().

FT_UInt FT_LzwStateRec_::free_ent

Definition at line 128 of file ftzopen.h.

Referenced by ft_lzwstate_get_code().

FT_UInt FT_LzwStateRec_::in_code

Definition at line 132 of file ftzopen.h.

FT_Int FT_LzwStateRec_::in_eof

Definition at line 115 of file ftzopen.h.

Referenced by ft_lzwstate_refill().

FT_UInt FT_LzwStateRec_::max_bits

Definition at line 123 of file ftzopen.h.

Referenced by ft_lzwstate_get_code().

FT_UInt FT_LzwStateRec_::max_free

Definition at line 125 of file ftzopen.h.

Referenced by ft_lzwstate_get_code().

FT_Memory FT_LzwStateRec_::memory

Definition at line 144 of file ftzopen.h.

Referenced by ft_lzwstate_prefix_grow(), and ft_lzwstate_stack_grow().

FT_UInt FT_LzwStateRec_::num_bits

Definition at line 127 of file ftzopen.h.

Referenced by ft_lzwstate_get_code(), and ft_lzwstate_refill().

FT_UInt FT_LzwStateRec_::old_char

Definition at line 131 of file ftzopen.h.

FT_UInt FT_LzwStateRec_::old_code

Definition at line 130 of file ftzopen.h.

FT_LzwPhase FT_LzwStateRec_::phase

Definition at line 114 of file ftzopen.h.

FT_UShort* FT_LzwStateRec_::prefix

Definition at line 134 of file ftzopen.h.

Referenced by ft_lzwstate_prefix_grow().

FT_UInt FT_LzwStateRec_::prefix_size

Definition at line 136 of file ftzopen.h.

Referenced by ft_lzwstate_prefix_grow().

FT_Stream FT_LzwStateRec_::source

Definition at line 143 of file ftzopen.h.

Referenced by ft_lzwstate_refill().

FT_Byte* FT_LzwStateRec_::stack

Definition at line 138 of file ftzopen.h.

Referenced by ft_lzwstate_stack_grow().

FT_Byte FT_LzwStateRec_::stack_0[FT_LZW_DEFAULT_STACK_SIZE]

Definition at line 141 of file ftzopen.h.

Referenced by ft_lzwstate_stack_grow().

FT_Offset FT_LzwStateRec_::stack_size

Definition at line 140 of file ftzopen.h.

Referenced by ft_lzwstate_stack_grow().

FT_UInt FT_LzwStateRec_::stack_top

Definition at line 139 of file ftzopen.h.

Referenced by ft_lzwstate_stack_grow().

FT_Byte* FT_LzwStateRec_::suffix

Definition at line 135 of file ftzopen.h.

Referenced by ft_lzwstate_prefix_grow().


The documentation for this struct was generated from the following file: