Home
last modified time | relevance | path

Searched refs:PNG_FLAG_CRC_ANCILLARY_MASK (Results 1 – 16 of 16) 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/skia/third_party/libpng/
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.h676 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
682 #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/syslinux/com32/lib/libpng/
Dpng.c228 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_calculate_crc()
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()
Dpngrutil.c198 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_crc_error()
/external/syslinux/com32/include/
Dpng.h3000 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
3006 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \