Searched refs:PNG_HAVE_IEND (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngpread.c1209 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1307 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1508 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
H A Dpngread.c1120 } while (!(png_ptr->mode & PNG_HAVE_IEND));
H A Dpngrutil.c666 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
H A Dpngwutil.c705 png_ptr->mode |= PNG_HAVE_IEND;
H A Dpng.h2910 #define PNG_HAVE_IEND 0x10 macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngpread.c1209 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1307 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1508 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
H A Dpngread.c1282 } while (!(png_ptr->mode & PNG_HAVE_IEND));
H A Dpngrutil.c682 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
H A Dpngwutil.c705 png_ptr->mode |= PNG_HAVE_IEND;
H A Dpng.h2982 #define PNG_HAVE_IEND 0x10 macro
/external/libpng/
H A Dpngpriv.h546 #define PNG_HAVE_IEND 0x10 macro
H A Dpngread.c1060 } while (!(png_ptr->mode & PNG_HAVE_IEND));
H A Dpngwutil.c1150 png_ptr->mode |= PNG_HAVE_IEND;
H A Dpngrutil.c1075 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);

Completed in 92 milliseconds