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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h348 * "png_char time_buffer" in png_struct
843 /* The complete definition of png_struct has, as of libpng-1.5.0,
847 typedef struct png_struct_def png_struct; typedef in typeref:struct:png_struct_def
848 typedef PNG_CONST png_struct FAR * png_const_structp;
849 typedef png_struct FAR * png_structp;
952 typedef png_struct FAR * FAR * png_structpp;
1561 /* Free any memory associated with the png_struct and the png_info_structs */
1565 /* Free any memory associated with the png_struct and the png_info_structs */

Completed in 38 milliseconds