Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h633 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
639 #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.c120 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_calculate_crc()
Dpngrutil.c284 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_crc_error()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h586 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \ macro
592 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \
Dfx_pngrtran.c66 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
71 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
77 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
85 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK; in png_set_crc_action()
Dfx_png.c119 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_calculate_crc()
Dfx_pngrutil.c252 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == in png_crc_error()