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

/external/chromium_org/third_party/libpng/
H A Dpngmem.c32 png_create_struct(int type) function
38 /* Alternate version of png_create_struct, for use with user-defined malloc. */
69 /* Free memory allocated by a png_create_struct() call */
77 /* Free memory allocated by a png_create_struct() call */
348 png_create_struct(int type) function
400 /* Free memory allocated by a png_create_struct() call */
408 /* Free memory allocated by a png_create_struct() call */
H A Dpngusr.h157 #define png_create_struct wk_png_create_struct macro
H A Dpng.c262 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
329 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
H A Dpngread.c63 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
302 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngwrite.c490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpng.h2962 /* Flags for png_create_struct */
3130 PNG_EXTERN png_voidp png_create_struct PNGARG((int type)) PNG_PRIVATE;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngmem.c32 png_create_struct(int type) function
38 /* Alternate version of png_create_struct, for use with user-defined malloc. */
69 /* Free memory allocated by a png_create_struct() call */
77 /* Free memory allocated by a png_create_struct() call */
348 png_create_struct(int type) function
400 /* Free memory allocated by a png_create_struct() call */
408 /* Free memory allocated by a png_create_struct() call */
H A Dpng.c263 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
330 info_ptr = (png_infop)png_create_struct(PNG_STRUCT_INFO);
H A Dpngread.c63 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
306 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngwrite.c490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpng.h3034 /* Flags for png_create_struct */
3202 PNG_EXTERN png_voidp png_create_struct PNGARG((int type)) PNG_PRIVATE;
/external/libpng/contrib/libtests/
H A Dtarith.c61 #define png_create_struct(type) (0) macro

Completed in 565 milliseconds