Home | History | Annotate | Download | only in libpng

Lines Matching refs:interlaced

650    /* If interlaced and we do not need a new row, combine row and return */
651 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
799 /* Blow up interlaced rows to full size */
800 if (png_ptr->interlaced &&
833 /* Read one or more rows of image data. If the image is interlaced,
850 * also, but you may. If the image is not interlaced, or if you have
905 * each pass of a interlaced image, use png_read_rows() instead.
924 if (png_ptr->interlaced)
926 "Cannot read interlaced image -- interlace handler disabled.");