JunkBox_Lib 1.10.1
|
#include <gdata.h>
Data Fields | |
int | xs |
xサイズ. 4Byte. | |
int | ys |
yサイズ. 4Byte. | |
int | zs |
zサイズ. 4Byte. 2Dの場合は 1. | |
int | state |
状態 | |
uByte * | gp |
グラフィックデータへのポインタ. xs*ys*zs*1Byte. | |
BSGRraph :Memory type (メモリ内で使用する型)
符号有りバイト型(1Byte)シンプルグラフィックデータ.
uByte* gp |
Definition at line 32 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), BSGraph2PNGImage(), get_bdat(), jp2k_toBSGraph(), JPEGImage2BSGraph(), make_BSGraph(), new_BSGraph(), PNGImage2BSGraph(), read_shape_main_file(), and set_bdat().
int state |
Definition at line 31 of file gdata.h.
Referenced by B2WSGraph(), jp2k_toBSGraph(), JPEGImage2BSGraph(), make_BSGraph(), new_BSGraph(), PNGImage2BSGraph(), and read_shape_main_file().
int xs |
Definition at line 28 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), BSGraph2PNGImage(), get_bdat(), jp2k_toBSGraph(), make_BSGraph(), new_BSGraph(), and set_bdat().
int ys |
Definition at line 29 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), BSGraph2PNGImage(), get_bdat(), make_BSGraph(), new_BSGraph(), and set_bdat().
int zs |
Definition at line 30 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), BSGraph2PNGImage(), draw_shape_polygon(), get_bdat(), make_BSGraph(), new_BSGraph(), and set_bdat().