Searched refs:dither_method (Results 1 – 18 of 18) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | quantize.h | 47 dither_method; member
|
D | quantize.c | 387 quantize_info->dither_method=image_info->dither == MagickFalse ? in AcquireQuantizeInfo() 391 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in AcquireQuantizeInfo() 524 if (cube_info->quantize_info->dither_method != NoDitherMethod) in AssignImageColors() 1053 clone_info->dither_method=quantize_info->dither_method; in CloneQuantizeInfo() 1948 if (cube_info->quantize_info->dither_method != RiemersmaDitherMethod) in DitherImage() 2043 if (cube_info->quantize_info->dither_method == NoDitherMethod) in GetCubeInfo() 2301 quantize_info->dither_method=RiemersmaDitherMethod; in GetQuantizeInfo() 2351 const DitherMethod dither_method,ExceptionInfo *exception) in PosterizeImage() argument 2466 quantize_info->dither_method=dither_method; in PosterizeImage() 2700 if ((quantize_info->dither_method != NoDitherMethod) && (depth > 2)) in QuantizeImage() [all …]
|
D | xwindow.c | 6091 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageLSBFirst() 6249 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageLSBFirst() 6710 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageMSBFirst() 6874 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageMSBFirst() 7759 (resource_info->quantize_info->dither_method != NoDitherMethod) && in XMakeStandardColormap() 9559 value=resource_info->quantize_info->dither_method != NoDitherMethod ? in XUserPreferences()
|
D | widget.c | 8577 resource_info->quantize_info->dither_method == NoDitherMethod ? in XPreferencesWidget() 8831 resource_info->quantize_info->dither_method= in XPreferencesWidget()
|
D | display.c | 8064 quantize_info.dither_method=status != 0 ? RiemersmaDitherMethod : in XMagickCommand()
|
/external/ImageMagick/MagickWand/ |
D | import.c | 413 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in ImportImageCommand() 723 quantize_info->dither_method=NoDitherMethod; in ImportImageCommand() 733 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
|
D | animate.c | 388 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in AnimateImageCommand() 754 quantize_info->dither_method=NoDitherMethod; in AnimateImageCommand() 764 quantize_info->dither_method=(DitherMethod) method; in AnimateImageCommand()
|
D | display.c | 455 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in DisplayImageCommand() 1014 quantize_info->dither_method=NoDitherMethod; in DisplayImageCommand() 1024 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
|
D | magick-image.c | 7964 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImage() argument 7981 quantize_info->dither_method=dither_method; in MagickQuantizeImage() 8042 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImages() argument 8059 quantize_info->dither_method=dither_method; in MagickQuantizeImages() 8381 const MagickWand *remap_wand,const DitherMethod dither_method) in MagickRemapImage() argument 8397 quantize_info->dither_method=dither_method; in MagickRemapImage()
|
D | mogrify.c | 1443 quantize_info->dither_method=NoDitherMethod; in MogrifyImage() 1446 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImage() 2406 quantize_info->dither_method,exception); in MogrifyImage() 8129 quantize_info->dither_method=NoDitherMethod; in MogrifyImageList() 8132 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImageList()
|
D | operation.c | 791 _quantize_info->dither_method=(DitherMethod) ParseCommandOption( in CLISettingOptionInfo() 793 if (_quantize_info->dither_method == NoDitherMethod) in CLISettingOptionInfo() 2950 _quantize_info->dither_method,_exception); in CLISimpleOperatorImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 474 _quantizeInfo->dither_method=ditherFlag_ ? RiemersmaDitherMethod : in quantizeDither() 485 _quantizeInfo->dither_method=ditherMethod_; in quantizeDitherMethod() 490 return(_quantizeInfo->dither_method); in quantizeDitherMethod()
|
/external/ImageMagick/coders/ |
D | ept.c | 468 quantize_info.dither_method=IdentifyPaletteImage(write_image, in WriteEPTImage()
|
D | palm.c | 832 quantize_info->dither_method=IdentifyPaletteImage(image,exception) in WritePALMImage()
|
D | msl.c | 3698 quantize_info->dither_method=dither != MagickFalse ? in MSLStartElement() 4560 quantize_info.dither_method=(DitherMethod) option; in MSLStartElement()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 2419 quantizeInfo.dither_method = dither_ ? MagickCore::RiemersmaDitherMethod :
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 9202 quantize_info->dither_method=(DitherMethod) in Mogrify() 9364 quantize_info->dither_method=(DitherMethod) in Mogrify() 9373 quantize_info->dither_method=(DitherMethod) in Mogrify() 10843 quantize_info->dither_method=(DitherMethod) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9209 quantize_info->dither_method=(DitherMethod) 9372 quantize_info->dither_method=(DitherMethod) 9382 quantize_info->dither_method=(DitherMethod) 10849 quantize_info->dither_method=(DitherMethod)
|