Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpngerror.c897 image->warning_or_error |= PNG_IMAGE_ERROR;
927 if (image->warning_or_error == 0)
930 image->warning_or_error |= PNG_IMAGE_WARNING;
Dpng.h2722 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)
2724 png_uint_32 warning_or_error; member
Dpng.c4493 image->warning_or_error |= PNG_IMAGE_ERROR;
Dlibpng-manual.txt3773 png_uint_32 warning_or_error;
3776 In the event of an error or warning the "warning_or_error"
3782 The upper 30 bits of the "warning_or_error" value are reserved; the low two
/external/libpng/
Dpngerror.c897 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()
Dpng.h2728 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)
2730 png_uint_32 warning_or_error; member
Dpng.c4527 image->warning_or_error |= PNG_IMAGE_ERROR;
Dlibpng-manual.txt3778 png_uint_32 warning_or_error;
3781 In the event of an error or warning the "warning_or_error"
3787 The upper 30 bits of the "warning_or_error" value are reserved; the low two
/external/pdfium/third_party/libpng16/
Dpngerror.c897 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()
Dpng.h2722 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)
2724 png_uint_32 warning_or_error; member
Dpng.c4494 image->warning_or_error |= PNG_IMAGE_ERROR;
/external/libpng/contrib/libtests/
Dpngstest.c730 if (image->image.warning_or_error) in logerror()
773 else if (image->image.warning_or_error != 0 && in checkopaque()