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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpriv.h359 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100 macro
383 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
H A Dpngrutil.c282 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
730 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE))
H A Dpng.c154 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
H A Dpngrtran.c96 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
101 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |

Completed in 175 milliseconds