Home | History | Annotate | Download | only in libpng16

Lines Matching full:png_error

27       png_error(png_ptr, "PNG unsigned integer out of range");
34 * point values used for gAMA and cHRM. Instead of png_error it
144 png_error(png_ptr, "Not a PNG file");
146 png_error(png_ptr, "PNG file corrupted by ASCII conversion");
291 * it will call png_error (via png_malloc) on failure. (warn == 2 means
335 * chunk apparently owns the stream. Prior to release it does a png_error.
872 default: /* invalid, png_set_IHDR calls png_error */
3000 * freed now. Notice that the data is not freed if there is a png_error, but
3073 png_error(png_ptr, "internal row logic error");
3081 png_error(png_ptr, "internal row size calculation error");
3085 png_error(png_ptr, "internal row width error");
3308 png_error(png_ptr, "invalid user transform pixel depth");
4026 png_error(png_ptr, "Not enough image data");
4069 * following chunk (it then exits with png_error).
4118 png_error(png_ptr, "Not enough image data");
4445 png_error(png_ptr, "This image requires a row greater than 64KB");
4490 png_error(png_ptr, "This image requires a row greater than 64KB");
4494 png_error(png_ptr, "Row has too many bytes to allocate in memory");
4525 png_error(png_ptr, png_ptr->zstream.msg);