Home | History | Annotate | Download | only in libpng

Lines Matching full:png_read_rows

1277 times, or any of that other stuff necessary with png_read_rows().
1288 use png_read_rows() instead. If there is no interlacing (check
1291 png_read_rows(png_ptr, row_pointers, NULL,
1321 png_read_rows() seven times to read in all seven images. Each of the
1359 If you only want the "sparkle" effect, just call png_read_rows() as
1366 png_read_rows(png_ptr, row_pointers, NULL,
1373 png_read_rows(png_ptr, NULL, row_pointers,
1474 reader. Instead of calling png_read_info(), png_read_rows(), and