Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:interlaced

619    /* if interlaced and we do not need a new row, combine row and return */
620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
772 /* blow up interlaced rows to full size */
773 if (png_ptr->interlaced &&
806 /* Read one or more rows of image data. If the image is interlaced,
823 * also, but you may. If the image is not interlaced, or if you have
876 * each pass of a interlaced image, use png_read_rows() instead.
893 if (png_ptr->interlaced)
895 "Cannot read interlaced image -- interlace handler disabled.");