Searched refs:CopyPixelTrait (Results 1 – 14 of 14) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 138 CopyPixelTrait = 0x000001, enumerator
|
D | effect.c | 338 if ((blur_traits & CopyPixelTrait) != 0) in AdaptiveBlurImage() 659 if ((sharp_traits & CopyPixelTrait) != 0) in AdaptiveSharpenImage() 1077 if ((despeckle_traits & CopyPixelTrait) != 0) in DespeckleImage() 2158 if ((blur_traits & CopyPixelTrait) != 0) in MotionBlurImage() 2964 if ((blur_traits & CopyPixelTrait) != 0) in RotationalBlurImage() 3280 if ((blur_traits & CopyPixelTrait) != 0) in SelectiveBlurImage() 3574 if ((shade_traits & CopyPixelTrait) != 0) in ShadeImage() 4017 if ((unsharp_traits & CopyPixelTrait) != 0) in UnsharpMaskImage()
|
D | pixel.c | 4368 SetPixelChannelAttributes(image,AlphaPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap() 4370 SetPixelChannelAttributes(image,IndexPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap() 4372 SetPixelChannelAttributes(image,ReadMaskPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap() 4374 SetPixelChannelAttributes(image,WriteMaskPixelChannel,CopyPixelTrait,n++); in InitializePixelChannelMap() 4376 SetPixelChannelAttributes(image,CompositeMaskPixelChannel,CopyPixelTrait, in InitializePixelChannelMap() 6266 if ((GetPixelChannelTraits(image,channel) & CopyPixelTrait) != 0) in LogPixelChannels() 6299 SetPixelChannelTraits(image,channel,CopyPixelTrait); in SetPixelChannelMask() 6304 if ((image->alpha_trait & CopyPixelTrait) != 0) in SetPixelChannelMask() 6306 SetPixelChannelTraits(image,channel,CopyPixelTrait); in SetPixelChannelMask() 6321 SetPixelChannelTraits(image,IndexPixelChannel,CopyPixelTrait); in SetPixelChannelMask() [all …]
|
D | channel.c | 1053 image->alpha_trait=CopyPixelTrait; in SetImageAlphaChannel() 1114 image->alpha_trait=CopyPixelTrait; in SetImageAlphaChannel()
|
D | morphology.c | 2723 if ((traits & CopyPixelTrait) != 0) in MorphologyPrimitive() 2873 if ((traits & CopyPixelTrait) != 0) in MorphologyPrimitive() 3355 if ((traits & CopyPixelTrait) != 0) in MorphologyPrimitiveDirect() 3519 if ((traits & CopyPixelTrait) != 0) in MorphologyPrimitiveDirect()
|
D | threshold.c | 277 if ((threshold_traits & CopyPixelTrait) != 0) in AdaptiveThresholdImage() 311 if ((threshold_traits & CopyPixelTrait) != 0) in AdaptiveThresholdImage()
|
D | accelerate.c | 1698 matte = (image->alpha_trait > CopyPixelTrait)?1:0; in ComputeConvolveImage() 1745 matte = (image->alpha_trait > CopyPixelTrait)?1:0; in ComputeConvolveImage() 2008 matte = (image->alpha_trait > CopyPixelTrait)?1:0; in ComputeDespeckleImage() 2022 matte = (image->alpha_trait > CopyPixelTrait)?1:0; in ComputeDespeckleImage() 3801 matte = (image->alpha_trait > CopyPixelTrait)?1:0; in ComputeMotionBlurImage()
|
D | fx.c | 371 if ((noise_traits & CopyPixelTrait) != 0) in AddNoiseImage() 780 if ((traits & CopyPixelTrait) != 0) in ColorizeImage() 3213 if ((fx_traits & CopyPixelTrait) != 0) in FxImage() 3648 if ((morph_traits & CopyPixelTrait) != 0) in MorphImages() 5068 if ((GetPixelAlphaTraits(stereo_image) & CopyPixelTrait) != 0) in StereoAnaglyphImage()
|
D | composite.c | 482 if ((traits & CopyPixelTrait) != 0) in CompositeOverImage() 1654 if ((traits & CopyPixelTrait) != 0)
|
D | paint.c | 831 if ((paint_traits & CopyPixelTrait) != 0) in OilPaintImage()
|
D | statistic.c | 845 if ((traits & CopyPixelTrait) != 0) in EvaluateImage() 2955 if (((statistic_traits & CopyPixelTrait) != 0) || in StatisticImage()
|
D | resize.c | 2582 if (((resize_traits & CopyPixelTrait) != 0) || in HorizontalFilter() 2801 if (((resize_traits & CopyPixelTrait) != 0) || in VerticalFilter()
|
D | option.c | 1830 { "Copy", CopyPixelTrait, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 959 using MagickCore::CopyPixelTrait;
|