Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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.c666 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
Dpng.h2910 #define PNG_HAVE_IEND 0x10 macro
/external/qemu/distrib/libpng-1.2.46/
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.c1282 } while (!(png_ptr->mode & PNG_HAVE_IEND)); in png_read_end()
Dpngwutil.c705 png_ptr->mode |= PNG_HAVE_IEND; in png_write_IEND()
Dpngrutil.c682 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()
Dpng.h2982 #define PNG_HAVE_IEND 0x10 macro
/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.c1075 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND); in png_handle_IEND()