Home | History | Annotate | Download | only in libpng

Lines Matching full:interlaced

394    row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
442 /* If interlaced and we do not need a new row, combine row and return.
445 * untransformed) and, because of the libpng API for interlaced images, this
448 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
587 * interlaced count:
618 /* Blow up interlaced rows to full size */
619 if (png_ptr->interlaced &&
650 /* Read one or more rows of image data. If the image is interlaced,
667 * also, but you may. If the image is not interlaced, or if you have
725 * each pass of a interlaced image, use png_read_rows() instead.
750 if (png_ptr->interlaced && !(png_ptr->transformations & PNG_INTERLACE))
768 if (png_ptr->interlaced)
770 "Cannot read interlaced image -- interlace handler disabled");