Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpngpread.c1209 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()
Dpngread.c1120 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
Dpngwutil.c705 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngrutil.c659 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
/external/pdfium/third_party/libpng16/
Dpngpriv.h564 #define PNG_HAVE_IEND 0x10 macro
Dpngwutil.c1072 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngread.c923 } 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/skia/third_party/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/libpng/
Dpngpriv.h593 #define PNG_HAVE_IEND 0x10 macro
Dpngwutil.c1072 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngread.c923 } while ((png_ptr->mode & PNG_HAVE_IEND) == 0); in png_read_end()
Dpngrutil.c1100 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
/external/syslinux/com32/include/
Dpng.h2905 #define PNG_HAVE_IEND 0x10 macro