Searched defs:PNG_CHUNK_ANCILLARY (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c139 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro
140 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
374 return PNG_CHUNK_ANCILLARY(PNG_U32(name[0], name[1], name[2], name[3]));
381 return PNG_CHUNK_ANCILLARY(PNG_U32(name[0], name[1], name[2], name[3]));
/external/libpng/
H A Dpngpriv.h814 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro
815 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
/external/pdfium/third_party/lpng_v163/
H A Dpngpriv.h745 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro
746 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))

Completed in 389 milliseconds