Lines Matching refs:quantize_info
305 *quantize_info; in DisplayImageCommand() local
417 quantize_info=resource_info.quantize_info; in DisplayImageCommand()
436 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in DisplayImageCommand()
803 quantize_info->number_colors=0; in DisplayImageCommand()
811 quantize_info->number_colors=StringToUnsignedLong(argv[i]); in DisplayImageCommand()
995 quantize_info->dither_method=NoDitherMethod; in DisplayImageCommand()
1005 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
1399 quantize_info->number_colors=2; in DisplayImageCommand()
1400 quantize_info->colorspace=GRAYColorspace; in DisplayImageCommand()
1740 quantize_info->tree_depth=0; in DisplayImageCommand()
1748 quantize_info->tree_depth=StringToUnsignedLong(argv[i]); in DisplayImageCommand()