Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_read_update_info

259 png_read_update_info(png_structrp png_ptr, png_inforp info_ptr)
261 png_debug(1, "in png_read_update_info");
279 "png_read_update_info/png_start_read_image: duplicate call");
302 "png_start_read_image/png_read_update_info: duplicate call");
682 * png_read_start_row() by a call to png_read_update_info() or
714 /* Caller called png_start_read_image or png_read_update_info without
1185 * call png_read_update_info therefore must turn on interlace handling now:
1193 png_read_update_info(png_ptr, info_ptr);
3118 * (because it can't be turned on *after* the call to png_read_update_info!)
3123 png_read_update_info(png_ptr, info_ptr);
3935 * (because it can't be turned on *after* the call to png_read_update_info!)
3942 png_read_update_info(png_ptr, info_ptr);