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

/vbox/src/libs/libpng-1.2.8/
H A Dpng.h613 /* png_info is a structure that holds the information in a PNG file so
888 } png_info; typedef in typeref:struct:png_info_struct
890 typedef png_info FAR * png_infop;
891 typedef png_info FAR * FAR * png_infopp;
900 /* These describe the color_type field in png_info. */
1449 png_sizeof(png_info));
2019 * These functions should be used instead of directly accessing png_info

Completed in 57 milliseconds