Lines Matching refs:png_read_rows
2214 of that other stuff necessary with png_read_rows().
2225 use png_read_rows() instead. If there is no interlacing (check
2228 png_read_rows(png_ptr, row_pointers, NULL,
2271 the output image, so you need to supply the same rows to png_read_rows in
2282 png_read_rows() as
2289 png_read_rows(png_ptr, row_pointers, NULL,
2298 png_read_rows(png_ptr, NULL, row_pointers,
2304 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2310 number of rows to each successive call of png_read_rows(). The calculation
2322 calling png_read_rows() and not call it for that pass if either is zero.
2529 reader. Instead of calling png_read_info(), png_read_rows(), and