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 | 388 quantize_info->dither_method=image_info->dither == MagickFalse ? in AcquireQuantizeInfo() 392 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in AcquireQuantizeInfo() 522 if (cube_info->quantize_info->dither_method != NoDitherMethod) in AssignImageColors() 1060 clone_info->dither_method=quantize_info->dither_method; in CloneQuantizeInfo() 1953 if (cube_info->quantize_info->dither_method != RiemersmaDitherMethod) in DitherImage() 2047 if (cube_info->quantize_info->dither_method == NoDitherMethod) in GetCubeInfo() 2302 quantize_info->dither_method=RiemersmaDitherMethod; in GetQuantizeInfo() 2492 quantize_info->dither_method=NoDitherMethod; in KmeansImage() 2778 const DitherMethod dither_method,ExceptionInfo *exception) in PosterizeImage() argument 2893 quantize_info->dither_method=dither_method; in PosterizeImage() [all …]
|
D | xwindow.c | 6085 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageLSBFirst() 6243 resource_info->quantize_info->dither_method != NoDitherMethod) in XMakeImageLSBFirst() 6704 (resource_info->quantize_info->dither_method != NoDitherMethod)) in XMakeImageMSBFirst() 6868 (resource_info->quantize_info->dither_method != NoDitherMethod)) in XMakeImageMSBFirst() 7753 (resource_info->quantize_info->dither_method != NoDitherMethod) && in XMakeStandardColormap() 9556 value=resource_info->quantize_info->dither_method != NoDitherMethod ? in XUserPreferences()
|
D | widget.c | 8583 resource_info->quantize_info->dither_method == NoDitherMethod ? in XPreferencesWidget() 8837 resource_info->quantize_info->dither_method= in XPreferencesWidget()
|
D | display.c | 8034 quantize_info.dither_method=status != 0 ? RiemersmaDitherMethod : in XMagickCommand()
|
/external/ImageMagick/MagickWand/ |
D | import.c | 402 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in ImportImageCommand() 712 quantize_info->dither_method=NoDitherMethod; in ImportImageCommand() 722 quantize_info->dither_method=(DitherMethod) method; in ImportImageCommand()
|
D | animate.c | 369 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in AnimateImageCommand() 735 quantize_info->dither_method=NoDitherMethod; in AnimateImageCommand() 745 quantize_info->dither_method=(DitherMethod) method; in AnimateImageCommand()
|
D | display.c | 436 quantize_info->dither_method=IsStringTrue(resource_value) != MagickFalse ? in DisplayImageCommand() 995 quantize_info->dither_method=NoDitherMethod; in DisplayImageCommand() 1005 quantize_info->dither_method=(DitherMethod) method; in DisplayImageCommand()
|
D | magick-image.c | 8626 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImage() argument 8643 quantize_info->dither_method=dither_method; in MagickQuantizeImage() 8704 const size_t treedepth,const DitherMethod dither_method, in MagickQuantizeImages() argument 8721 quantize_info->dither_method=dither_method; in MagickQuantizeImages() 9093 const MagickWand *remap_wand,const DitherMethod dither_method) in MagickRemapImage() argument 9109 quantize_info->dither_method=dither_method; in MagickRemapImage()
|
D | mogrify.c | 1511 quantize_info->dither_method=NoDitherMethod; in MogrifyImage() 1514 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImage() 2493 quantize_info->dither_method,exception); in MogrifyImage() 8295 quantize_info->dither_method=NoDitherMethod; in MogrifyImageList() 8298 quantize_info->dither_method=(DitherMethod) ParseCommandOption( in MogrifyImageList()
|
D | operation.c | 810 _quantize_info->dither_method=(DitherMethod) ParseCommandOption( in CLISettingOptionInfo() 812 if (_quantize_info->dither_method == NoDitherMethod) in CLISettingOptionInfo() 3029 _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 | 479 quantize_info.dither_method=IdentifyPaletteImage(write_image, in WriteEPTImage()
|
D | palm.c | 834 quantize_info->dither_method=IdentifyPaletteImage(image,exception) in WritePALMImage()
|
D | msl.c | 3674 quantize_info->dither_method=dither != MagickFalse ? in MSLStartElement() 4525 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 | 9250 quantize_info->dither_method=(DitherMethod) in Mogrify() 9412 quantize_info->dither_method=(DitherMethod) in Mogrify() 9421 quantize_info->dither_method=(DitherMethod) in Mogrify() 10891 quantize_info->dither_method=(DitherMethod) in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9257 quantize_info->dither_method=(DitherMethod) 9420 quantize_info->dither_method=(DitherMethod) 9430 quantize_info->dither_method=(DitherMethod) 10897 quantize_info->dither_method=(DitherMethod)
|