Searched refs:PNG_HAVE_IEND (Results 1 – 17 of 17) sorted by relevance
1209 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND)) in png_push_handle_tEXt()1307 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND)) in png_push_handle_zTXt()1508 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND)) in png_push_handle_iTXt()
1120 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
705 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
659 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
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()
913 } while ((png_ptr->mode & PNG_HAVE_IEND) == 0); in png_read_end()
593 #define PNG_HAVE_IEND 0x10 macro
1100 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
2905 #define PNG_HAVE_IEND 0x10 macro