Searched refs:PNG_FLAG_BENIGN_ERRORS_WARN (Results 1 - 20 of 20) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngerror.c135 if (png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN)
225 if (png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN)
H A Dpngset.c1220 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
1222 png_ptr->flags &= ~PNG_FLAG_BENIGN_ERRORS_WARN;
/external/libpng/
H A Dpngerror.c364 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0)
517 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0)
H A Dpngset.c1619 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN |
1623 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN |
H A Dpngpriv.h664 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */ macro
H A Dpngwrite.c541 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
H A Dpngread.c61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
H A Dpngrutil.c1499 PNG_FLAG_BENIGN_ERRORS_WARN))
/external/pdfium/third_party/libpng16/
H A Dpngerror.c364 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0)
517 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0)
H A Dpngset.c1632 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN |
1636 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN |
H A Dpngpriv.h635 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */ macro
H A Dpngwrite.c541 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
H A Dpngread.c61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
H A Dpngrutil.c1497 PNG_FLAG_BENIGN_ERRORS_WARN))
/external/skia/third_party/libpng/
H A Dpngerror.c364 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0)
517 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0)
H A Dpngset.c1617 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN |
1621 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN |
H A Dpngpriv.h635 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */ macro
H A Dpngwrite.c541 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
H A Dpngread.c61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
H A Dpngrutil.c1497 PNG_FLAG_BENIGN_ERRORS_WARN))

Completed in 2041 milliseconds