Searched refs:png_create_struct (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngmem.c27 png_create_struct(int type) function
33 /* Alternate version of png_create_struct, for use with user-defined malloc. */
64 /* Free memory allocated by a png_create_struct() call */
72 /* Free memory allocated by a png_create_struct() call */
325 png_create_struct(int type) function
377 /* Free memory allocated by a png_create_struct() call */
385 /* Free memory allocated by a png_create_struct() call */
H A Dpng.c242 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
302 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
H A Dpngread.c51 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
265 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngwrite.c450 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
643 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpng.h2634 /* flags for png_create_struct */
2817 PNG_EXTERN png_voidp png_create_struct PNGARG((int type));

Completed in 918 milliseconds