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.def19 png_create_read_struct_2 @11
/external/skia/tools/
Dvalgrind.supp152 fun:png_create_read_struct_2
/external/opencv3/3rdparty/libpng/
Dpngread.c28 return (png_create_read_struct_2(user_png_ver, error_ptr, error_fn,
36 png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
Dpng.h1063 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
DCHANGES1210 png_struct after an error in png_create_read_struct_2().
/external/pdfium/third_party/lpng_v163/
Dpng.h410 #define png_create_read_struct_2 FOXIT_png_create_read_struct_2 macro
1330 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
Dpngread.c32 return png_create_read_struct_2(user_png_ver, error_ptr, error_fn,
40 png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
/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.c906 png_create_read_struct_2(PNG_LIBPNG_VER_STRING, NULL, in test_one_file()
Dpng.h1008 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
Dlibpng-manual.txt394 png_create_read_struct_2() instead of png_create_read_struct():
396 png_structp png_ptr = png_create_read_struct_2
4158 png_create_read_struct_2() or png_create_write_struct_2() to register your
4540 accomplish this, the functions png_create_read_struct_2(),
DCHANGES1218 png_struct after an error in png_create_read_struct_2().
/external/libpng/contrib/libtests/
Dpngvalid.c1789 ps->pread = png_create_read_struct_2(PNG_LIBPNG_VER_STRING, ps, in set_store_for_read()