Home
last modified time | relevance | path

Searched refs:PNG_CHUNK_ANCILLARY (Results 1 – 7 of 7) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c128 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro
129 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
363 return PNG_CHUNK_ANCILLARY(PNG_U32(name[0], name[1], name[2], name[3])); in ancillary()
370 return PNG_CHUNK_ANCILLARY(PNG_U32(name[0], name[1], name[2], name[3])); in ancillaryb()
/external/libpng/
Dpngpriv.h798 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro
799 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
Dpngrutil.c222 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) ? in png_crc_finish()
282 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name)) in png_crc_error()
2907 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
2941 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
Dpng.c118 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name)) in png_calculate_crc()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h751 #define PNG_CHUNK_ANCILLARY(c) (1 & ((c) >> 29)) macro
752 #define PNG_CHUNK_CRITICAL(c) (!PNG_CHUNK_ANCILLARY(c))
Dfx_pngrutil.c221 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name) ? in png_crc_finish()
250 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name)) in png_crc_error()
2869 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
2903 PNG_CHUNK_ANCILLARY(png_ptr->chunk_name))) in png_handle_unknown()
Dfx_png.c117 if (PNG_CHUNK_ANCILLARY(png_ptr->chunk_name)) in png_calculate_crc()