![]() |
libxputty 0.1
|
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 104 of file xpngloader.h.
const unsigned char* data |
Definition at line 105 of file xpngloader.h.
Referenced by cairo_image_surface_create_from_stream(), and png_stream_reader().
long int position |
Definition at line 106 of file xpngloader.h.
Referenced by cairo_image_surface_create_from_stream(), and png_stream_reader().