Home | History | Annotate | Download | only in libpng

Lines Matching full:interlaced

492    png_ptr->interlaced = (png_byte)interlace_type;
1829 /* If interlaced, we need to set up width and height of pass */
1830 if (png_ptr->interlaced)
1887 /* If interlaced, go to next pass */
1888 if (png_ptr->interlaced)