Lines Matching full:png_read_rows
421 \fBvoid png_read_rows (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fP\fIrow\fP\fB, png_bytepp \fP\fIdisplay_row\fP\fB, png_uint_32 \fInum_rows\fP\fB);\fP
2098 times, or any of that other stuff necessary with png_read_rows().
2109 use png_read_rows() instead. If there is no interlacing (check
2112 png_read_rows(png_ptr, row_pointers, NULL,
2142 png_read_rows() seven times to read in all seven images. Each of the
2180 If you only want the "sparkle" effect, just call png_read_rows() as
2187 png_read_rows(png_ptr, row_pointers, NULL,
2194 png_read_rows(png_ptr, NULL, row_pointers,
2295 reader. Instead of calling png_read_info(), png_read_rows(), and