Home
last modified time | relevance | path

Searched refs:PNG_HAVE_IEND (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/3rdparty/libpng/
Dpngread.c937 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
Dpngpriv.h459 #define PNG_HAVE_IEND 0x10 macro
Dpngwutil.c1056 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngrutil.c753 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
/external/libpng/
Dpngpriv.h564 #define PNG_HAVE_IEND 0x10 macro
Dpngwutil.c1072 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngread.c913 } while ((png_ptr->mode & PNG_HAVE_IEND) == 0); in png_read_end()
Dpngrutil.c1098 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
/external/pdfium/third_party/lpng_v163/
Dpngpriv.h493 #define PNG_HAVE_IEND 0x10 macro
Dpngwutil.c1149 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngread.c839 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
Dpngrutil.c1057 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()