Lines Matching refs:quantize_info
327 *quantize_info; in DisplayImageCommand() local
436 quantize_info=resource_info.quantize_info; in DisplayImageCommand()
455 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in DisplayImageCommand()
822 quantize_info->number_colors=0; in DisplayImageCommand()
830 quantize_info->number_colors=StringToUnsignedLong(argv[i]); in DisplayImageCommand()
1014 quantize_info->dither_method=NoDitherMethod; in DisplayImageCommand()
1024 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
1407 quantize_info->number_colors=2; in DisplayImageCommand()
1408 quantize_info->colorspace=GRAYColorspace; in DisplayImageCommand()
1748 quantize_info->tree_depth=0; in DisplayImageCommand()
1756 quantize_info->tree_depth=StringToUnsignedLong(argv[i]); in DisplayImageCommand()