JunkBox_Lib 1.10.1
|
#include <png_tool.h>
Data Fields | |
int | xs |
int | ys |
int | col |
int | state |
uByte | type |
uByte * | gp |
Definition at line 38 of file png_tool.h.
int col |
Definition at line 42 of file png_tool.h.
Referenced by BSGraph2PNGImage(), PNGImage2BSGraph(), PNGImage2WSGraph(), read_png_file(), write_png_file(), and WSGraph2PNGImage().
uByte* gp |
Definition at line 45 of file png_tool.h.
Referenced by BSGraph2PNGImage(), free_PNGImage(), PNGImage2BSGraph(), PNGImage2WSGraph(), read_png_file(), write_png_file(), and WSGraph2PNGImage().
int state |
Definition at line 43 of file png_tool.h.
Referenced by BSGraph2PNGImage(), read_png_file(), write_png_file(), and WSGraph2PNGImage().
uByte type |
Definition at line 44 of file png_tool.h.
Referenced by BSGraph2PNGImage(), read_png_file(), write_png_file(), and WSGraph2PNGImage().
int xs |
Definition at line 40 of file png_tool.h.
Referenced by BSGraph2PNGImage(), PNGImage2BSGraph(), PNGImage2WSGraph(), read_png_file(), write_png_file(), and WSGraph2PNGImage().
int ys |
Definition at line 41 of file png_tool.h.
Referenced by BSGraph2PNGImage(), PNGImage2BSGraph(), PNGImage2WSGraph(), read_png_file(), write_png_file(), and WSGraph2PNGImage().