Home | History | Annotate | Download | only in libpng

Lines Matching full:rows

799    /* Blow up interlaced rows to full size */
833 /* Read one or more rows of image data. If the image is interlaced,
834 * and png_set_interlace_handling() has been called, the rows need to
835 * contain the contents of the rows from the previous pass. If the
837 * called, the rows contents must be initialized to the contents of the
846 * you have not called png_handle_alpha(), you may pass NULL for rows.
849 * rows. In this case, you do not have to provide a display_row buffer