Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngerror.c364 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0) in png_benign_error()
517 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0) in png_chunk_benign_error()
Dpngset.c1632 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
1636 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
Dpngpriv.h635 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */ macro
Dpngwrite.c541 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dpngread.c61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dpngrutil.c1497 PNG_FLAG_BENIGN_ERRORS_WARN)) in png_handle_iCCP()
/external/libpng/
Dpngerror.c364 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0) in png_benign_error()
517 if ((png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) != 0) in png_chunk_benign_error()
Dpngset.c1682 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
1686 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
Dpngpriv.h690 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000U /* Added to libpng-1.4.0 */ macro
Dpngwrite.c552 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dpngread.c61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dpngrutil.c1519 PNG_FLAG_BENIGN_ERRORS_WARN)) in png_handle_iCCP()