Searched refs:png_create_read_struct_2 (Results 1 – 13 of 13) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 19 png_create_read_struct_2 @11
|
/external/skia/tools/ |
D | valgrind.supp | 152 fun:png_create_read_struct_2
|
/external/opencv3/3rdparty/libpng/ |
D | pngread.c | 28 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,
|
D | png.h | 1063 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
|
D | CHANGES | 1210 png_struct after an error in png_create_read_struct_2().
|
/external/pdfium/third_party/lpng_v163/ |
D | png.h | 410 #define png_create_read_struct_2 FOXIT_png_create_read_struct_2 macro 1330 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
|
D | pngread.c | 32 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/ |
D | pngread.c | 33 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,
|
D | pngtest.c | 906 png_create_read_struct_2(PNG_LIBPNG_VER_STRING, NULL, in test_one_file()
|
D | png.h | 1008 PNG_EXPORTA(11, png_structp, png_create_read_struct_2,
|
D | libpng-manual.txt | 394 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(),
|
D | CHANGES | 1218 png_struct after an error in png_create_read_struct_2().
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 1789 ps->pread = png_create_read_struct_2(PNG_LIBPNG_VER_STRING, ps, in set_store_for_read()
|