|
JunkBox_Lib
1.10.2
|
#include <gheader.h>

Data Fields | |
| union { | |
| CmnHead_Entry entry | |
| struct { | |
| int kind | |
| Kind of Graphics Format. More... | |
| int xsize | |
| Width of Graphics. More... | |
| int ysize | |
| Height of Graphics. More... | |
| int zsize | |
| For 3D Data (or Color) More... | |
| int depth | |
| Color Depth of Graphics (bit unit) More... | |
| unsigned int bsize | |
| Fllowing buf size or Any Data (byte unit) More... | |
| unsigned int lsize | |
| Size of Graphics Data (byte unit) More... | |
| int option | |
| General purpose (pating) More... | |
| } | |
| }; | |
| uByte * | buf |
| Ture Header buffer More... | |
| uByte * | grptr |
| Pointer to Data. More... | |
| union { ... } |
| unsigned int bsize |
Definition at line 132 of file gheader.h.
Referenced by read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| uByte* buf |
Definition at line 137 of file gheader.h.
Referenced by free_CmnHead(), read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int depth |
Definition at line 131 of file gheader.h.
Referenced by read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| CmnHead_Entry entry |
Definition at line 125 of file gheader.h.
Referenced by read_cmn_file(), read_cmn_header(), read_ras_file(), read_xxx_file(), write_cmn_file(), and write_ct_file().
| uByte* grptr |
Definition at line 138 of file gheader.h.
Referenced by free_CmnHead(), read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int kind |
Definition at line 127 of file gheader.h.
Referenced by init_CmnHead(), read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| unsigned int lsize |
Definition at line 133 of file gheader.h.
Referenced by read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_user_data(), read_xxx_file(), write_cmn_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int xsize |
Definition at line 128 of file gheader.h.
Referenced by read_cmn_file(), read_cmn_header(), read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int ysize |
Definition at line 129 of file gheader.h.
Referenced by read_ct_data(), read_ras_data(), read_ras_file(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), write_ras_file_obit(), and write_wsg_file().
| int zsize |
Definition at line 130 of file gheader.h.
Referenced by read_ct_data(), read_ras_data(), read_user_data(), read_wsg_file(), read_wsg_file_rb(), read_xxx_file(), write_ct_file(), write_file_rb(), write_ras_file(), and write_wsg_file().