Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.h2703 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)
2705 png_uint_32 warning_or_error; member
Dpng.c4601 image->warning_or_error |= PNG_IMAGE_ERROR;
Dlibpng-manual.txt3832 png_uint_32 warning_or_error;
3835 In the event of an error or warning the "warning_or_error"
3841 The upper 30 bits of the "warning_or_error" value are reserved; the low two
/third_party/flutter/skia/third_party/externals/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.h2703 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)
2705 png_uint_32 warning_or_error; member
Dpng.c4601 image->warning_or_error |= PNG_IMAGE_ERROR;
Dlibpng-manual.txt3832 png_uint_32 warning_or_error;
3835 In the event of an error or warning the "warning_or_error"
3841 The upper 30 bits of the "warning_or_error" value are reserved; the low two
/third_party/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.h2703 # define PNG_IMAGE_FAILED(png_cntrl) ((((png_cntrl).warning_or_error)&0x03)>1)
2705 png_uint_32 warning_or_error; member
Dpng.c4601 image->warning_or_error |= PNG_IMAGE_ERROR;
Dlibpng-manual.txt3832 png_uint_32 warning_or_error;
3835 In the event of an error or warning the "warning_or_error"
3841 The upper 30 bits of the "warning_or_error" value are reserved; the low two
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c729 if (image->image.warning_or_error) in logerror()
772 else if (image->image.warning_or_error != 0 && in checkopaque()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c729 if (image->image.warning_or_error) in logerror()
772 else if (image->image.warning_or_error != 0 && in checkopaque()
/third_party/libpng/contrib/libtests/
Dpngstest.c729 if (image->image.warning_or_error) in logerror()
772 else if (image->image.warning_or_error != 0 && in checkopaque()