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

/external/libpng/
H A Dpng.h820 /* png_info is a structure that holds the information in a PNG file so
1096 } png_info; typedef in typeref:struct:png_info_struct
1098 typedef png_info FAR * png_infop;
1099 typedef png_info FAR * FAR * png_infopp;
1110 /* These describe the color_type field in png_info. */
1703 png_sizeof(png_info));
2313 * These functions should be used instead of directly accessing png_info
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h657 /* png_info is a structure that holds the information in a PNG file so
932 } png_info; typedef in typeref:struct:png_info_struct
934 typedef png_info FAR * png_infop;
935 typedef png_info FAR * FAR * png_infopp;
946 /* These describe the color_type field in png_info. */
1505 png_sizeof(png_info));
2090 * These functions should be used instead of directly accessing png_info

Completed in 392 milliseconds