Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h546 #define PNG_HAVE_IEND 0x10 macro
Dpngwutil.c1150 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngread.c1060 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
Dpngrutil.c1082 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h499 #define PNG_HAVE_IEND 0x10 macro
Dfx_pngwutil.c1149 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dfx_pngread.c839 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
Dfx_pngrutil.c1057 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()