Searched refs:warning_or_error (Results 1 – 8 of 8) sorted by relevance
897 image->warning_or_error |= PNG_IMAGE_ERROR;927 if (image->warning_or_error == 0) in png_safe_warning()930 image->warning_or_error |= PNG_IMAGE_WARNING; in png_safe_warning()
2734 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)2736 png_uint_32 warning_or_error; member
4608 image->warning_or_error |= PNG_IMAGE_ERROR;
3831 png_uint_32 warning_or_error;3834 In the event of an error or warning the "warning_or_error"3840 The upper 30 bits of the "warning_or_error" value are reserved; the low two
2722 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)2724 png_uint_32 warning_or_error; member
4528 image->warning_or_error |= PNG_IMAGE_ERROR;
729 if (image->image.warning_or_error) in logerror()772 else if (image->image.warning_or_error != 0 && in checkopaque()