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

  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 237 png_set_error_fn(p->png_ptr, m_szLastError, (png_error_ptr)_png_error_data,
  /external/syslinux/com32/lib/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()
103 * png_set_error_fn() to replace the warning function at run-time.
236 * error function pointer in png_set_error_fn().
351 png_set_error_fn(png_structp png_ptr, png_voidp error_ptr, function
pngtest.c 476 * error function pointer in png_set_error_fn().
757 png_set_error_fn(read_ptr, (png_voidp)inname, pngtest_error,
782 png_set_error_fn(write_ptr, (png_voidp)inname, pngtest_error,
    [all...]
pngread.c 108 png_set_error_fn(png_ptr, error_ptr, error_fn, warn_fn);
    [all...]
pngwrite.c 525 png_set_error_fn(png_ptr, error_ptr, error_fn, warn_fn);
    [all...]
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 197 png_set_error_fn(read_ptr, (png_voidp)&source_diag, LogError, LogWarning);
511 png_set_error_fn(write_ptr, (png_voidp)context->GetDiagnostics(), LogError, LogWarning);
Png.cpp     [all...]
  /external/skia/third_party/libpng/
pngprefix.h 240 #define png_set_error_fn skia_png_set_error_fn macro
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/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, function
pngtest.c 481 * error function pointer in png_set_error_fn().
913 png_set_error_fn(read_ptr, &error_parameters, pngtest_error,
925 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/libpng16/
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, function
png.h     [all...]
png.c 279 png_set_error_fn(&create_struct, error_ptr, error_fn, warn_fn);
    [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...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 525 milliseconds