ReactOS 0.4.15-dev-7934-g1dc8d80
FT_LzwStateRec_ Struct Reference

#include <ftzopen.h>

Collaboration diagram for FT_LzwStateRec_:

Public Attributes

FT_LzwPhase phase
 
FT_Int in_eof
 
FT_Byte buf_tab [16]
 
FT_UInt buf_offset
 
FT_UInt 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_UShortprefix
 
FT_Bytesuffix
 
FT_UInt prefix_size
 
FT_Bytestack
 
FT_UInt stack_top
 
FT_Offset stack_size
 
FT_Byte stack_0 [FT_LZW_DEFAULT_STACK_SIZE]
 
FT_Stream source
 
FT_Memory memory
 

Detailed Description

Definition at line 113 of file ftzopen.h.

Member Data Documentation

◆ block_mode

FT_Int FT_LzwStateRec_::block_mode

Definition at line 125 of file ftzopen.h.

◆ buf_clear

FT_Bool FT_LzwStateRec_::buf_clear

Definition at line 121 of file ftzopen.h.

◆ buf_offset

FT_UInt FT_LzwStateRec_::buf_offset

Definition at line 119 of file ftzopen.h.

◆ buf_size

FT_UInt FT_LzwStateRec_::buf_size

Definition at line 120 of file ftzopen.h.

◆ buf_tab

FT_Byte FT_LzwStateRec_::buf_tab[16]

Definition at line 118 of file ftzopen.h.

◆ buf_total

FT_Offset FT_LzwStateRec_::buf_total

Definition at line 122 of file ftzopen.h.

◆ free_bits

FT_UInt FT_LzwStateRec_::free_bits

Definition at line 130 of file ftzopen.h.

◆ free_ent

FT_UInt FT_LzwStateRec_::free_ent

Definition at line 129 of file ftzopen.h.

◆ in_code

FT_UInt FT_LzwStateRec_::in_code

Definition at line 133 of file ftzopen.h.

◆ in_eof

FT_Int FT_LzwStateRec_::in_eof

Definition at line 116 of file ftzopen.h.

◆ max_bits

FT_UInt FT_LzwStateRec_::max_bits

Definition at line 124 of file ftzopen.h.

◆ max_free

FT_UInt FT_LzwStateRec_::max_free

Definition at line 126 of file ftzopen.h.

◆ memory

FT_Memory FT_LzwStateRec_::memory

Definition at line 145 of file ftzopen.h.

◆ num_bits

FT_UInt FT_LzwStateRec_::num_bits

Definition at line 128 of file ftzopen.h.

◆ old_char

FT_UInt FT_LzwStateRec_::old_char

Definition at line 132 of file ftzopen.h.

◆ old_code

FT_UInt FT_LzwStateRec_::old_code

Definition at line 131 of file ftzopen.h.

◆ phase

FT_LzwPhase FT_LzwStateRec_::phase

Definition at line 115 of file ftzopen.h.

◆ prefix

FT_UShort* FT_LzwStateRec_::prefix

Definition at line 135 of file ftzopen.h.

◆ prefix_size

FT_UInt FT_LzwStateRec_::prefix_size

Definition at line 137 of file ftzopen.h.

◆ source

FT_Stream FT_LzwStateRec_::source

Definition at line 144 of file ftzopen.h.

◆ stack

FT_Byte* FT_LzwStateRec_::stack

Definition at line 139 of file ftzopen.h.

◆ stack_0

FT_Byte FT_LzwStateRec_::stack_0[FT_LZW_DEFAULT_STACK_SIZE]

Definition at line 142 of file ftzopen.h.

◆ stack_size

FT_Offset FT_LzwStateRec_::stack_size

Definition at line 141 of file ftzopen.h.

◆ stack_top

FT_UInt FT_LzwStateRec_::stack_top

Definition at line 140 of file ftzopen.h.

◆ suffix

FT_Byte* FT_LzwStateRec_::suffix

Definition at line 136 of file ftzopen.h.


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