Lines Matching refs:png_read_rows
2166 of that other stuff necessary with png_read_rows().
2177 use png_read_rows() instead. If there is no interlacing (check
2180 png_read_rows(png_ptr, row_pointers, NULL,
2223 the output image, so you need to supply the same rows to png_read_rows in
2234 png_read_rows() as
2241 png_read_rows(png_ptr, row_pointers, NULL,
2250 png_read_rows(png_ptr, NULL, row_pointers,
2256 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2262 number of rows to each successive call of png_read_rows(). The calculation
2274 calling png_read_rows() and not call it for that pass if either is zero.
2480 reader. Instead of calling png_read_info(), png_read_rows(), and