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

/external/chromium_org/third_party/libpng/
H A Dpng.h773 /* png_info is a structure that holds the information in a PNG file so
1049 } png_info; typedef in typeref:struct:png_info_struct
1051 typedef png_info FAR * png_infop;
1052 typedef png_info FAR * FAR * png_infopp;
1063 /* These describe the color_type field in png_info. */
1647 png_sizeof(png_info));
2241 * These functions should be used instead of directly accessing png_info
/external/libpng/
H A Dpng.h566 /* png_info contains information read from or to be written to a PNG file. One
575 typedef struct png_info_def png_info; typedef in typeref:struct:png_info_def
576 typedef png_info * png_infop;
577 typedef const png_info * png_const_infop;
578 typedef png_info * * png_infopp;
593 typedef png_info * PNG_RESTRICT png_inforp;
594 typedef const png_info * PNG_RESTRICT png_const_inforp;
783 /* These describe the color_type field in png_info. */
1885 * by libpng or by the application; this works on the png_info structure passed
1886 * in, it does not change the state for other png_info structure
[all...]
/external/qemu/distrib/libpng-1.2.46/
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

Completed in 1598 milliseconds