Searched refs:PNG_HAVE_IEND (Results 1 – 8 of 8) sorted by relevance
564 #define PNG_HAVE_IEND 0x10 macro
1072 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
923 } while ((png_ptr->mode & PNG_HAVE_IEND) == 0); in png_read_end()
1098 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
619 #define PNG_HAVE_IEND 0x10U macro
1079 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
934 } while ((png_ptr->mode & PNG_HAVE_IEND) == 0); in png_read_end()
1108 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()