Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpngpriv.h711 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
717 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \
Dpngrtran.c79 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
84 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
90 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
98 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()