Searched refs:warning_or_error (Results 1 – 5 of 5) sorted by relevance
898 image->warning_or_error |= PNG_IMAGE_ERROR;928 if (image->warning_or_error == 0) in png_safe_warning()931 image->warning_or_error |= PNG_IMAGE_WARNING; in png_safe_warning()
2699 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)2701 png_uint_32 warning_or_error; member
4560 image->warning_or_error |= PNG_IMAGE_ERROR;
3823 png_uint_32 warning_or_error;3826 In the event of an error or warning the "warning_or_error"3832 The upper 30 bits of the "warning_or_error" value are reserved; the low two
730 if (image->image.warning_or_error) in logerror()773 else if (image->image.warning_or_error != 0 && in checkopaque()