binary_stream - struct definition to read binary data into cairo surface More...
#include <xpngloader.h>
Data Fields | |
| const unsigned char * | data |
| long int | position |
binary_stream - struct definition to read binary data into cairo surface
| *data | - pointer to the binary image data |
| position | - pointer to the read position |
Definition at line 91 of file xpngloader.h.
| const unsigned char* binary_stream::data |
Definition at line 92 of file xpngloader.h.
| long int binary_stream::position |
Definition at line 93 of file xpngloader.h.