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

/vbox/src/libs/libpng-1.2.8/
H A Dpng.h272 * "png_charp time_buffer" in png_struct and
1011 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
1012 typedef png_struct FAR * png_structp;
1361 typedef png_struct FAR * FAR * png_structpp;
1676 /* free any memory associated with the png_struct and the png_info_structs */
1684 /* free any memory associated with the png_struct and the png_info_structs */
2796 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
2809 PNG_LIBPNG_VER_STRING, png_sizeof(png_struct));
2931 /* Write the IHDR chunk, and update the png_struct with the necessary

Completed in 59 milliseconds