HomeSort by relevance Sort by last modified time
    Searched refs:png_error (Results 51 - 72 of 72) sorted by null

1 23

  /external/skia/src/images/
SkPngEncoder.cpp 42 png_error(png_ptr, "sk_write_fn cannot write to stream");
  /external/skqp/src/images/
SkPngEncoder.cpp 42 png_error(png_ptr, "sk_write_fn cannot write to stream");
  /external/tensorflow/tensorflow/core/lib/png/
png_io.cc 94 png_error(png_ptr, "More bytes requested to read than available");
  /external/syslinux/com32/lib/libpng/
example.c 763 png_error (png_ptr, "Image is too tall to process in memory");
png.c 107 png_error(png_ptr, "Too many bytes for PNG signature.");
838 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */
1098 png_error(png_ptr, "Invalid IHDR data");
pngset.c 457 png_error(png_ptr, "Invalid palette length");
649 png_error(png_ptr, "Insufficient memory to store text");
    [all...]
pngrtran.c     [all...]
CHANGES     [all...]
  /external/ImageMagick/coders/
png.c     [all...]
  /external/libpng/
png.h 451 * Otherwise the calls are mapped to png_error.
1815 # define png_error macro
    [all...]
pngpriv.h 782 * NOTE: this macro will raise a png_error if the range check fails,
    [all...]
  /external/pdfium/third_party/libpng16/
png.h 456 * Otherwise the calls are mapped to png_error.
1818 # define png_error macro
    [all...]
pngpriv.h 709 * NOTE: this macro will raise a png_error if the range check fails,
    [all...]
  /external/syslinux/com32/include/
pngconf.h 124 # define png_benign_error png_error
250 * in png_error() and png_warning(). #defining PNG_NO_CONSOLE_IO will
    [all...]
png.h     [all...]
  /external/libpng/contrib/libtests/
tarith.c 34 #define png_error png_warning macro
943 * definition for png_warning and png_error, seetings of VALIDATION:
  /external/libpng/contrib/tools/
pngfix.c 151 # define png_error(a,b) png_err(a) macro
906 #define LIBPNG_WARNING_CODE 1 /* generic png_error */
907 #define LIBPNG_ERROR_CODE 2 /* generic png_error */
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 661 png_error(png, "unable to resize PNG write buffer!");
    [all...]
  /frameworks/base/tools/aapt/
Images.cpp 26 png_error(png_ptr, "Write Error");
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 87 png_error(readPtr, strerror(errno));
    [all...]
  /external/skia/tests/
CodecTest.cpp 672 png_error(png_ptr, "sk_write_fn Error!");
    [all...]
  /external/skqp/tests/
CodecTest.cpp 661 png_error(png_ptr, "sk_write_fn Error!");
    [all...]

Completed in 1501 milliseconds

1 23