Home | History | Annotate | Download | only in libpng

Lines Matching refs:interlace_type

675     int interlace_type)
785 if (interlace_type != PNG_INTERLACE_NONE &&
786 interlace_type != PNG_INTERLACE_ADAM7)
789 interlace_type = PNG_INTERLACE_ADAM7;
792 interlace_type=PNG_INTERLACE_NONE;
798 png_ptr->interlaced = (png_byte)interlace_type;
820 buf[12] = (png_byte)interlace_type;