Home
last modified time | relevance | path

Searched refs:png_create_read_struct_2 (Results 1 – 13 of 13) sorted by relevance

/external/libpng/scripts/
Dsymbols.def18 png_create_read_struct_2 @11
/external/skqp/tools/
Dvalgrind.supp168 fun:png_create_read_struct_2
/external/skia/tools/
Dvalgrind.supp168 fun:png_create_read_struct_2
/external/pdfium/third_party/libpng16/
Dpngprefix.h53 #define png_create_read_struct_2 PDFIUM_png_create_read_struct_2 macro
Dpngread.c33 return png_create_read_struct_2(user_png_ver, error_ptr, error_fn,
41 png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
Dpng.h973 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
/external/libpng/
Dpngread.c33 return png_create_read_struct_2(user_png_ver, error_ptr, error_fn,
41 png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
Dpngtest.c898 png_create_read_struct_2(PNG_LIBPNG_VER_STRING, NULL, in test_one_file()
Dpng.h973 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
Dlibpng-manual.txt395 png_create_read_struct_2() instead of png_create_read_struct():
397 png_structp png_ptr = png_create_read_struct_2
4217 png_create_read_struct_2() or png_create_write_struct_2() to register your
4610 accomplish this, the functions png_create_read_struct_2(),
DCHANGES1217 png_struct after an error in png_create_read_struct_2().
/external/libpng/contrib/libtests/
Dpngvalid.c2172 ps->pread = png_create_read_struct_2(PNG_LIBPNG_VER_STRING, ps, in set_store_for_read()
/external/ImageMagick/coders/
Dpng.c2378 ping=png_create_read_struct_2(PNG_LIBPNG_VER_STRING,&error_info, in ReadOnePNGImage()