Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngerror.c363 if (png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) in png_benign_error()
503 if (png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) in png_chunk_benign_error()
Dfx_pngset.c1566 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
1570 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
Dpngpriv.h574 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */ macro
Dfx_pngwrite.c527 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dfx_pngread.c60 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dfx_pngrutil.c1441 PNG_FLAG_BENIGN_ERRORS_WARN)) in png_handle_iCCP()
/external/libpng/
Dpngerror.c364 if (png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) in png_benign_error()
517 if (png_ptr->flags & PNG_FLAG_BENIGN_ERRORS_WARN) in png_chunk_benign_error()
Dpngset.c1567 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
1571 png_ptr->flags &= ~(PNG_FLAG_BENIGN_ERRORS_WARN | in png_set_benign_errors()
Dpngpriv.h621 #define PNG_FLAG_BENIGN_ERRORS_WARN 0x100000 /* Added to libpng-1.4.0 */ macro
Dpngwrite.c528 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dpngread.c61 png_ptr->flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
Dpngrutil.c1479 PNG_FLAG_BENIGN_ERRORS_WARN)) in png_handle_iCCP()