Home
last modified time | relevance | path

Searched refs:PNG_FLAG_CRC_CRITICAL_IGNORE (Results 1 – 8 of 8) sorted by relevance

/external/libpng/
Dpngpriv.h612 #define PNG_FLAG_CRC_CRITICAL_IGNORE 0x0800 macro
637 PNG_FLAG_CRC_CRITICAL_IGNORE)
Dpng.c127 if (png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) in png_calculate_crc()
Dpngrutil.c291 if (png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) in png_crc_error()
Dpngrtran.c46 PNG_FLAG_CRC_CRITICAL_IGNORE; in png_set_crc_action()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h565 #define PNG_FLAG_CRC_CRITICAL_IGNORE 0x0800 macro
590 PNG_FLAG_CRC_CRITICAL_IGNORE)
Dfx_png.c126 if (png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) in png_calculate_crc()
Dfx_pngrutil.c259 if (png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) in png_crc_error()
Dfx_pngrtran.c45 PNG_FLAG_CRC_CRITICAL_IGNORE; in png_set_crc_action()