Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngpriv.h647 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
653 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \
Dpngrtran.c67 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
72 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
78 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
86 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
Dpng.c125 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_calculate_crc()
Dpngrutil.c256 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_crc_error()
/external/libpng/
Dpngpriv.h702 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
708 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \
Dpngrtran.c68 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
73 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
79 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
87 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
Dpng.c145 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_calculate_crc()
Dpngrutil.c259 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_crc_error()