Lines Matching refs:quantize_info
273 *quantize_info; in ImportImageCommand() local
365 quantize_info=resource_info.quantize_info; in ImportImageCommand()
413 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in ImportImageCommand()
545 quantize_info->number_colors=0; in ImportImageCommand()
553 quantize_info->number_colors=StringToUnsignedLong(argv[i]); in ImportImageCommand()
723 quantize_info->dither_method=NoDitherMethod; in ImportImageCommand()
733 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
981 quantize_info->number_colors=2; in ImportImageCommand()
982 quantize_info->colorspace=GRAYColorspace; in ImportImageCommand()
1223 quantize_info->tree_depth=0; in ImportImageCommand()
1231 quantize_info->tree_depth=StringToUnsignedLong(argv[i]); in ImportImageCommand()