Searched defs:png_set_error_fn (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libpng/
H A Dpngerror.c15 * and use png_set_error_fn() to use those functions. See the instructions
34 * you should supply a replacement error function and use png_set_error_fn()
211 * png_set_error_fn() to replace the warning function at run-time.
515 * error function pointer in png_set_error_fn().
643 png_set_error_fn(png_structp png_ptr, png_voidp error_ptr, function
/external/pdfium/third_party/lpng_v163/
H A Dpngerror.c14 * and use png_set_error_fn() to use those functions. See the instructions
33 * you should supply a replacement error function and use png_set_error_fn()
212 * png_set_error_fn() to replace the warning function at run-time.
685 * error function pointer in png_set_error_fn().
803 png_set_error_fn(png_structrp png_ptr, png_voidp error_ptr, function
H A Dpng.h486 #define png_set_error_fn FOXIT_png_set_error_fn macro
2029 PNG_EXPORT(75, void, png_set_error_fn, (png_structrp png_ptr,
/external/libpng/contrib/libtests/
H A Dtarith.c48 #define png_set_error_fn(pp, ep, efp, wfp) ((void)0) macro

Completed in 202 milliseconds