Home | History | Annotate | Download | only in libpng16

Lines Matching refs:interlace_type

675     int interlace_type)
780 if (interlace_type != PNG_INTERLACE_NONE &&
781 interlace_type != PNG_INTERLACE_ADAM7)
784 interlace_type = PNG_INTERLACE_ADAM7;
787 interlace_type=PNG_INTERLACE_NONE;
793 png_ptr->interlaced = (png_byte)interlace_type;
815 buf[12] = (png_byte)interlace_type;