Encapsulates the current state of the font encoder/decoder device. More...
Data Fields | |
HqBool | decryption_open |
HqBool | encryption_open |
int32 | decryption_eofd |
int32 | strategy |
DEVICELIST * | swdev |
uint8 * | swbuf |
int32 | swcnt |
int32 | xorchar |
uint16 | s2 |
Encapsulates the current state of the font encoder/decoder device.
int32 _fND_state::decryption_eofd |
Safety check for finished decryption
HqBool _fND_state::decryption_open |
Safety check for multiple opens
HqBool _fND_state::encryption_open |
Safety check for multiple opens
uint16 _fND_state::s2 |
Partial checksum results for "encryption"
int32 _fND_state::strategy |
Strategy to attempt...
uint8* _fND_state::swbuf |
Set by SwReadFilterBytes to where we read from
int32 _fND_state::swcnt |
Set by SwReadFilterBytes to how many bytes we can read
DEVICELIST* _fND_state::swdev |
The device used by SwReadFilterBytes
int32 _fND_state::xorchar |
State for decrypting character outline