GrafX2 2.9.3227
The ultimate 256-color painting program
|
Data Fields | |
word | nb_bits |
bits for a code More... | |
word | remainder_bits |
available bits in last_byte field More... | |
byte | remainder_byte |
Remaining bytes in current block. More... | |
word | current_code |
current code (generally the one just read) More... | |
byte | last_byte |
buffer byte for reading bits for codes More... | |
word | pos_X |
Current coordinates. More... | |
word | pos_Y |
word | interlaced |
interlaced flag More... | |
word | pass |
current pass in interlaced decoding More... | |
word | stop |
Stop flag (end of picture) More... | |
word T_GIF_context::nb_bits |
bits for a code
Referenced by GIF_get_next_code(), GIF_set_code(), Load_GIF(), and Save_GIF().
word T_GIF_context::remainder_bits |
available bits in last_byte field
Referenced by GIF_get_next_code(), GIF_set_code(), Load_GIF(), and Save_GIF().
byte T_GIF_context::remainder_byte |
Remaining bytes in current block.
Referenced by GIF_empty_buffer(), GIF_get_next_code(), GIF_set_code(), Load_GIF(), and Save_GIF().
word T_GIF_context::current_code |
current code (generally the one just read)
Referenced by GIF_get_next_code(), and Load_GIF().
byte T_GIF_context::last_byte |
buffer byte for reading bits for codes
Referenced by GIF_get_next_code(), GIF_set_code(), Load_GIF(), and Save_GIF().
word T_GIF_context::pos_X |
Current coordinates.
Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().
word T_GIF_context::pos_Y |
Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().
word T_GIF_context::interlaced |
interlaced flag
Referenced by GIF_new_pixel(), and Load_GIF().
word T_GIF_context::pass |
current pass in interlaced decoding
Referenced by GIF_new_pixel(), and Load_GIF().
word T_GIF_context::stop |
Stop flag (end of picture)
Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().