Lines Matching refs:interlace_method
2842 info->interlace_method = 0;
3985 info->interlace_method = in[28];
4002 if(info->interlace_method > 1) CERROR_RETURN_ERROR(state->error, 34);
4217 if(info_png->interlace_method == 0)
4227 else /*interlace_method is 1 (Adam7)*/
4903 LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method)
4915 ucvector_push_back(&header, interlace_method); /*interlace method*/
5547 if(info_png->interlace_method == 0)
5574 else /*interlace_method is 1 (Adam7)*/
5696 if(state->info_png.interlace_method > 1)
5731 addChunk_IHDR(&outv, w, h, info.color.colortype, info.color.bitdepth, info.interlace_method);