Searched defs:png_info_struct (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpng.h622 * the values in the png_info_struct, which meant that the contents and
625 * png_info_struct from the application, so this makes it easier to use
630 * In any case, the order of the parameters in png_info_struct should NOT
632 * that use the old direct-access method with png_info_struct.
652 typedef struct png_info_struct struct
1672 /* free any memory associated with the png_info_struct */
2011 /* The png_set_<chunk> functions are for storing values in the png_info_struct.
2013 * png_info_struct, either storing the parameters in the passed variables, or
2014 * setting pointers into the png_info_struct where the data is stored. The
2021 * png_info_struct
[all...]

Completed in 266 milliseconds