Home
last modified time | relevance | path

Searched refs:LIBPNG_ERROR_CODE (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
Dpngfix.c907 #define LIBPNG_ERROR_CODE 2 /* generic png_error */ macro
937 case LIBPNG_ERROR_CODE: return "libpng"; in strcode()
959 case LIBPNG_ERROR_CODE: reason = "libpng error:"; break; in emit_error()
1627 if (code <= LIBPNG_ERROR_CODE && type == png_IDAT && in current_type()
1982 stop(file, LIBPNG_ERROR_CODE, "IDAT: uncompressed data too small"); in process_IDAT()
3171 stop(get_control(png_ptr), LIBPNG_ERROR_CODE, message); in error_handler()
3222 stop(file, LIBPNG_ERROR_CODE, "not a PNG (signature)"); in read_callback()
3238 stop(file, LIBPNG_ERROR_CODE, "not a PNG (IHDR)"); in read_callback()
3592 log_error(&control->file, LIBPNG_ERROR_CODE, "OOM allocating png_struct"); in read_png()
3594 return LIBPNG_ERROR_CODE; in read_png()