Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpngpriv.h687 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100U macro
711 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
Dpngrutil.c260 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN)) in png_crc_error()
1037 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE) == 0) in png_handle_PLTE()
Dpngrtran.c80 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE; in png_set_crc_action()
85 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE | in png_set_crc_action()
Dpng.c146 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN)) in png_calculate_crc()