Home | History | Annotate | Download | only in libpng16

Lines Matching refs:png_read_update_info

262 png_read_update_info(png_structrp png_ptr, png_inforp info_ptr)
264 png_debug(1, "in png_read_update_info");
282 "png_read_update_info/png_start_read_image: duplicate call");
305 "png_start_read_image/png_read_update_info: duplicate call");
685 * png_read_start_row() by a call to png_read_update_info() or
717 /* Caller called png_start_read_image or png_read_update_info without
1195 * call png_read_update_info therefore must turn on interlace handling now:
1203 png_read_update_info(png_ptr, info_ptr);
3128 * (because it can't be turned on *after* the call to png_read_update_info!)
3133 png_read_update_info(png_ptr, info_ptr);
3945 * (because it can't be turned on *after* the call to png_read_update_info!)
3952 png_read_update_info(png_ptr, info_ptr);