Home | History | Annotate | Download | only in coders

Lines Matching defs:interlace

1128     interlace,
1213 (TIFFGetFieldDefaulted(tiff,TIFFTAG_PLANARCONFIG,&interlace) != 1) ||
1294 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"Interlace: %u",
1295 interlace);
1583 if ((samples_per_pixel >= 2) && (interlace == PLANARCONFIG_CONTIG))
1585 if ((samples_per_pixel >= 2) && (interlace == PLANARCONFIG_SEPARATE))
1597 (interlace == PLANARCONFIG_SEPARATE) && (bits_per_sample < 64))
3490 if ((image_info->interlace == PlaneInterlace) ||
3491 (image_info->interlace == PartitionInterlace))
3708 switch (image_info->interlace)