HomeSort by relevance Sort by last modified time
    Searched defs:png_set_error_fn (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libpng/
pngerror.c 15 * and use png_set_error_fn() to use those functions. See the instructions
35 * you should supply a replacement error function and use png_set_error_fn()
108 * png_set_error_fn() to replace the warning function at run-time.
246 * error function pointer in png_set_error_fn().
361 png_set_error_fn(png_structp png_ptr, png_voidp error_ptr, function
pngusr.h 379 #define png_set_error_fn wk_png_set_error_fn macro
  /external/qemu/distrib/libpng-1.2.46/
pngerror.c 15 * and use png_set_error_fn() to use those functions. See the instructions
35 * you should supply a replacement error function and use png_set_error_fn()
108 * png_set_error_fn() to replace the warning function at run-time.
246 * error function pointer in png_set_error_fn().
361 png_set_error_fn(png_structp png_ptr, png_voidp error_ptr, function
  /external/libpng/
pngerror.c 15 * 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()
213 * png_set_error_fn() to replace the warning function at run-time.
707 * error function pointer in png_set_error_fn().
830 png_set_error_fn(png_structrp png_ptr, png_voidp error_ptr, function
  /external/libpng/contrib/libtests/
tarith.c 48 #define png_set_error_fn(pp, ep, efp, wfp) ((void)0) macro

Completed in 91 milliseconds