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

/external/libpng/
H A Dpng.h433 * "png_charp time_buffer" in png_struct and
1221 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1222 typedef png_struct FAR * png_structp;
1613 typedef png_struct FAR * FAR * png_structpp;
1947 /* Free any memory associated with the png_struct and the png_info_structs */
1955 /* Free any memory associated with the png_struct and the png_info_structs */
3173 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3192 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3316 /* Write the IHDR chunk, and update the png_struct with the necessary
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.h316 * "png_charp time_buffer" in png_struct and
1057 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1058 typedef png_struct FAR * png_structp;
1416 typedef png_struct FAR * FAR * png_structpp;
1743 /* free any memory associated with the png_struct and the png_info_structs */
1751 /* free any memory associated with the png_struct and the png_info_structs */
2887 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
2905 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
3012 /* Write the IHDR chunk, and update the png_struct with the necessary

Completed in 43 milliseconds