#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)シンプルグラフィックデータ.
Definition at line 27 of file gdata.h.
Definition at line 32 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), get_bdat(), jp2k_toBSGraph(), JPEGImage2BSGraph(), make_BSGraph(), new_BSGraph(), 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(), and read_shape_main_file().
| int xs |
Definition at line 28 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), get_bdat(), make_BSGraph(), new_BSGraph(), and set_bdat().
| int ys |
Definition at line 29 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), get_bdat(), make_BSGraph(), new_BSGraph(), and set_bdat().
| int zs |
Definition at line 30 of file gdata.h.
Referenced by B2WSGraph(), BSGraph2JPEGImage(), draw_shape_polygon(), get_bdat(), make_BSGraph(), new_BSGraph(), and set_bdat().
1.6.1