Home
last modified time | relevance | path

Searched refs:png_create_struct_2 (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpngmem.c35 return (png_create_struct_2(type, png_malloc_ptr_NULL, png_voidp_NULL)); in png_create_struct()
40 png_create_struct_2(int type, png_malloc_ptr malloc_fn, png_voidp mem_ptr) in png_create_struct_2() function
351 return (png_create_struct_2(type, png_malloc_ptr_NULL, png_voidp_NULL)); in png_create_struct()
358 png_create_struct_2(int type, png_malloc_ptr malloc_fn, png_voidp mem_ptr) in png_create_struct_2() function
Dpng.c259 info_ptr = (png_infop)png_create_struct_2(PNG_STRUCT_INFO, in png_create_info_struct()
Dpngwrite.c486 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_write_struct_2()
Dpngread.c60 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG, in png_create_read_struct_2()
DCHANGES1030 Simplified png_create_struct_2().
Dlibpng.txt207 and the memory alloc/free routines passed to png_create_struct_2()
/external/libpng/contrib/libtests/
Dtarith.c63 #define png_create_struct_2(type, m, mm) (0) macro
/external/syslinux/com32/include/
Dpng.h3130 PNG_EXTERN png_voidp png_create_struct_2 PNGARG((int type, png_malloc_ptr
/external/skia/third_party/libpng/
Dlibpng-manual.txt402 and the memory alloc/free routines passed to png_create_struct_2()
/external/libpng/
Dlibpng-manual.txt402 and the memory alloc/free routines passed to png_create_struct_2()
DCHANGES1141 Simplified png_create_struct_2().