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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 231 png_set_error_fn(p->png_ptr, m_szLastError, (png_error_ptr)_png_error_data,
  /external/opencv3/3rdparty/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()
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
pngread.c 97 png_set_error_fn(png_ptr, error_ptr, error_fn, warn_fn);
    [all...]
pngwrite.c 515 png_set_error_fn(png_ptr, error_ptr, error_fn, warn_fn);
    [all...]
png.h     [all...]
  /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.
708 * error function pointer in png_set_error_fn().
835 png_set_error_fn(png_structrp png_ptr, png_voidp error_ptr,
pngtest.c 481 * error function pointer in png_set_error_fn().
912 png_set_error_fn(read_ptr, &error_parameters, pngtest_error,
924 png_set_error_fn(write_ptr, &error_parameters, pngtest_error,
    [all...]
png.h     [all...]
png.c 279 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn);
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngerror.c 14 * 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
png.h 486 #define png_set_error_fn FOXIT_png_set_error_fn macro
    [all...]
png.c 268 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn);
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp     [all...]
  /external/libpng/contrib/libtests/
tarith.c 48 #define png_set_error_fn(pp, ep, efp, wfp) ((void)0) macro
  /frameworks/base/tools/aapt/
Images.cpp 107 png_set_error_fn(read_ptr, const_cast<char*>(imageName),
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 71 milliseconds