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 | 386 quantize_info->dither_method=image_info->dither == MagickFalse ? in AcquireQuantizeInfo() 390 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in AcquireQuantizeInfo() 523 if (cube_info->quantize_info->dither_method != NoDitherMethod) in AssignImageColors() 1055 clone_info->dither_method=quantize_info->dither_method; in CloneQuantizeInfo() 1940 if (cube_info->quantize_info->dither_method != RiemersmaDitherMethod) in DitherImage() 2035 if (cube_info->quantize_info->dither_method == NoDitherMethod) in GetCubeInfo() 2293 quantize_info->dither_method=RiemersmaDitherMethod; in GetQuantizeInfo() 2343 const DitherMethod dither_method,ExceptionInfo *exception) in PosterizeImage() argument 2458 quantize_info->dither_method=dither_method; in PosterizeImage() 2692 if ((quantize_info->dither_method != NoDitherMethod) && (depth > 2)) in QuantizeImage() [all …]
|
D | xwindow.c | 6093 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageLSBFirst() 6251 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageLSBFirst() 6712 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageMSBFirst() 6876 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageMSBFirst() 7761 (resource_info->quantize_info->dither_method != NoDitherMethod) && in XMakeStandardColormap() 9558 value=resource_info->quantize_info->dither_method != NoDitherMethod ? in XUserPreferences()
|
D | widget.c | 8575 resource_info->quantize_info->dither_method == NoDitherMethod ? in XPreferencesWidget() 8829 resource_info->quantize_info->dither_method= in XPreferencesWidget()
|
D | display.c | 8062 quantize_info.dither_method=status != 0 ? RiemersmaDitherMethod : in XMagickCommand()
|
/external/ImageMagick/MagickWand/ |
D | import.c | 410 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in ImportImageCommand() 720 quantize_info->dither_method=NoDitherMethod; in ImportImageCommand() 730 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
|
D | animate.c | 386 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in AnimateImageCommand() 761 quantize_info->dither_method=NoDitherMethod; in AnimateImageCommand() 771 quantize_info->dither_method=(DitherMethod) method; in AnimateImageCommand()
|
D | display.c | 448 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in DisplayImageCommand() 1004 quantize_info->dither_method=NoDitherMethod; in DisplayImageCommand() 1014 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
|
D | magick-image.c | 7914 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImage() argument 7931 quantize_info->dither_method=dither_method; in MagickQuantizeImage() 7992 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImages() argument 8009 quantize_info->dither_method=dither_method; in MagickQuantizeImages() 8331 const MagickWand *remap_wand,const DitherMethod dither_method) in MagickRemapImage() argument 8347 quantize_info->dither_method=dither_method; in MagickRemapImage()
|
D | mogrify.c | 1459 quantize_info->dither_method=NoDitherMethod; in MogrifyImage() 1462 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImage() 2422 quantize_info->dither_method,exception); in MogrifyImage() 8084 quantize_info->dither_method=NoDitherMethod; in MogrifyImageList() 8087 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImageList()
|
D | operation.c | 798 _quantize_info->dither_method=(DitherMethod) ParseCommandOption( in CLISettingOptionInfo() 800 if (_quantize_info->dither_method == NoDitherMethod) in CLISettingOptionInfo() 2949 _quantize_info->dither_method,_exception); in CLISimpleOperatorImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 470 _quantizeInfo->dither_method=ditherFlag_ ? RiemersmaDitherMethod : in quantizeDither() 481 _quantizeInfo->dither_method=ditherMethod_; in quantizeDitherMethod() 486 return(_quantizeInfo->dither_method); in quantizeDitherMethod()
|
/external/ImageMagick/coders/ |
D | ept.c | 444 quantize_info.dither_method=IdentifyPaletteImage(write_image, in WriteEPTImage()
|
D | palm.c | 807 quantize_info->dither_method=IdentifyPaletteImage(image,exception) in WritePALMImage()
|
D | msl.c | 3665 quantize_info->dither_method=dither != MagickFalse ? in MSLStartElement() 4516 quantize_info.dither_method=(DitherMethod) option; in MSLStartElement()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | STL.h | 2403 quantizeInfo.dither_method = dither_ ? MagickCore::RiemersmaDitherMethod :
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 9104 quantize_info->dither_method=(DitherMethod) in Mogrify() 9266 quantize_info->dither_method=(DitherMethod) in Mogrify() 9275 quantize_info->dither_method=(DitherMethod) in Mogrify() 10745 quantize_info->dither_method=(DitherMethod) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9104 quantize_info->dither_method=(DitherMethod) 9266 quantize_info->dither_method=(DitherMethod) 9275 quantize_info->dither_method=(DitherMethod) 10745 quantize_info->dither_method=(DitherMethod)
|