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
2233 If you only want the "sparkle" effect, just call png_read_rows() as
2240 png_read_rows(png_ptr, row_pointers, NULL,
2247 png_read_rows(png_ptr, NULL, row_pointers,
2251 png_read_rows() PNG_INTERLACE_ADAM7_PASSES times to read in all the images.
2257 number of rows to each successive call of png_read_rows(). The calculation
2269 calling png_read_rows() and not call it for that pass if either is zero.
2475 reader. Instead of calling png_read_info(), png_read_rows(), and