Home | History | Annotate | Download | only in libpng

Lines Matching refs:interlaced

659    /* If interlaced and we do not need a new row, combine row and return */
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
823 /* Blow up interlaced rows to full size */
824 if (png_ptr->interlaced &&
857 /* Read one or more rows of image data. If the image is interlaced,
874 * also, but you may. If the image is not interlaced, or if you have
956 if (png_ptr->interlaced)
979 // number of rows in a 8x8 block for each interlaced pass.
997 if (!png_ptr->interlaced)
1067 * each pass of a interlaced image, use png_read_rows() instead.
1086 if (png_ptr->interlaced)
1088 "Cannot read interlaced image -- interlace handler disabled.");