Home
last modified time | relevance | path

Searched refs:PNG_CHUNK_CRITICAL (Results 1 – 5 of 5) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c141 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c)) macro
/external/pdfium/third_party/libpng16/
Dpngpriv.h898 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c)) macro
Dpngrutil.c3117 if (handled == 0 && PNG_CHUNK_CRITICAL(png_ptr->chunk_name)) in png_handle_unknown()
/external/libpng/
Dpngpriv.h898 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c)) macro
Dpngrutil.c3117 if (handled == 0 && PNG_CHUNK_CRITICAL(png_ptr->chunk_name)) in png_handle_unknown()