Searched refs:LIBPNG_ERROR_CODE (Results 1 – 1 of 1) sorted by relevance
/external/libpng/contrib/tools/ |
D | pngfix.c | 902 #define LIBPNG_ERROR_CODE 2 /* generic png_error */ macro 932 case LIBPNG_ERROR_CODE: return "libpng"; in strcode() 954 case LIBPNG_ERROR_CODE: reason = "libpng error:"; break; in emit_error() 1622 if (code <= LIBPNG_ERROR_CODE && type == png_IDAT && in current_type() 1977 stop(file, LIBPNG_ERROR_CODE, "IDAT: uncompressed data too small"); in process_IDAT() 3165 stop(get_control(png_ptr), LIBPNG_ERROR_CODE, message); in error_handler() 3216 stop(file, LIBPNG_ERROR_CODE, "not a PNG (signature)"); in read_callback() 3232 stop(file, LIBPNG_ERROR_CODE, "not a PNG (IHDR)"); in read_callback() 3586 log_error(&control->file, LIBPNG_ERROR_CODE, "OOM allocating png_struct"); in read_png() 3588 return LIBPNG_ERROR_CODE; in read_png()
|