Home
last modified time | relevance | path

Searched refs:CopyPixelTrait (Results 1 – 14 of 14) sorted by relevance

/external/ImageMagick/MagickCore/
Dpixel.h138 CopyPixelTrait = 0x000001, enumerator
Deffect.c338 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()
Dpixel.c4368 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 …]
Dchannel.c1053 image->alpha_trait=CopyPixelTrait; in SetImageAlphaChannel()
1114 image->alpha_trait=CopyPixelTrait; in SetImageAlphaChannel()
Dmorphology.c2723 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()
Dthreshold.c277 if ((threshold_traits & CopyPixelTrait) != 0) in AdaptiveThresholdImage()
311 if ((threshold_traits & CopyPixelTrait) != 0) in AdaptiveThresholdImage()
Daccelerate.c1698 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()
Dfx.c371 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()
Dcomposite.c482 if ((traits & CopyPixelTrait) != 0) in CompositeOverImage()
1654 if ((traits & CopyPixelTrait) != 0)
Dpaint.c831 if ((paint_traits & CopyPixelTrait) != 0) in OilPaintImage()
Dstatistic.c845 if ((traits & CopyPixelTrait) != 0) in EvaluateImage()
2955 if (((statistic_traits & CopyPixelTrait) != 0) || in StatisticImage()
Dresize.c2582 if (((resize_traits & CopyPixelTrait) != 0) || in HorizontalFilter()
2801 if (((resize_traits & CopyPixelTrait) != 0) || in VerticalFilter()
Doption.c1830 { "Copy", CopyPixelTrait, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h959 using MagickCore::CopyPixelTrait;