Searched refs:AlphaChannel (Results 1 – 20 of 20) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 44 AlphaChannel = 0x0010, enumerator
|
D | accelerate-kernels-private.h | 263 AlphaChannel = 0x0010, 412 ((channel & AlphaChannel) != 0)) 466 ((channel & AlphaChannel) != 0)) 878 ((channel & AlphaChannel) != 0)) 1215 if ((channel & AlphaChannel) != 0) 1311 if (((channel & AlphaChannel) == 0) || (matte == 0)) { 1360 …outputPixel.w = ((channel & AlphaChannel)!=0)?ClampToQuantum(sum.w):input[imageIndex.y * imageWidt… 1392 if (((channel & AlphaChannel) == 0) || (matte == 0)) { 1449 …outputPixel.w = ((channel & AlphaChannel)!=0)?ClampToQuantum(sum.w):input[imageIndex.y * imageWidt… 1785 ((channel & AlphaChannel) != 0)) [all …]
|
D | option.c | 142 { "A", AlphaChannel, UndefinedOptionFlag, MagickFalse }, 143 { "Alpha", AlphaChannel, UndefinedOptionFlag, MagickFalse }, 161 { "Matte", AlphaChannel, DeprecateOptionFlag, MagickTrue },/*depreciate*/ 162 { "Opacity", AlphaChannel, DeprecateOptionFlag, MagickTrue },/*depreciate*/ 2546 channel|=AlphaChannel; in ParseChannelOption() 2582 channel|=AlphaChannel; /* depreciate */ in ParseChannelOption()
|
D | accelerate.c | 237 ((image->channel_mask & AlphaChannel) != 0)) in cloneImage() 1242 if ((image->channel_mask & AlphaChannel) != 0) in ComputeContrastStretchImage() 1335 if ((image->channel_mask & AlphaChannel) != 0) in ComputeContrastStretchImage() 1367 if (((image->channel_mask & AlphaChannel) != 0) || (((image->channel_mask & IndexChannel) != 0) && in ComputeContrastStretchImage() 1395 if ((image->channel_mask & AlphaChannel) != 0) in ComputeContrastStretchImage() 2545 if ((image->channel_mask & AlphaChannel) != 0) in ComputeEqualizeImage() 2577 if (((image->channel_mask & AlphaChannel) != 0) && (white.alpha != black.alpha)) in ComputeEqualizeImage() 2620 if (((image->channel_mask & AlphaChannel) != 0) && in ComputeEqualizeImage()
|
D | montage.c | 746 (void) SetPixelChannelMask(image,AlphaChannel); in MontageImageList()
|
D | attribute.c | 1309 channel_mask=SetImageChannelMask(image,AlphaChannel); in SetImageType()
|
D | enhance.c | 2748 channel_mask=SetImageChannelMask(image,AlphaChannel); in LevelImageColors() 2788 channel_mask=SetImageChannelMask(image,AlphaChannel); in LevelImageColors()
|
D | effect.c | 2945 if ((GetPixelChannelTraits(image,AlphaChannel) == UndefinedPixelTrait) || in RotationalBlurImage()
|
D | fx.c | 4426 channel_mask=SetImageChannelMask(border_image,AlphaChannel); in ShadowImage()
|
D | draw.c | 4419 channel_mask=SetImageChannelMask(image,AlphaChannel); in DrawPrimitive()
|
D | display.c | 10177 channel_mask=SetImageChannelMask(*image,AlphaChannel); in XMatteEditImage()
|
/external/ImageMagick/coders/ |
D | ps3.c | 525 mask_image=SeparateImage(image,AlphaChannel,exception); in WritePS3MaskImage()
|
D | json.c | 1033 (void) PrintChannelPerceptualHash(file,AlphaChannel,"alphaAlpha", in EncodeImageAttributes()
|
D | psd.c | 608 AlphaChannel)); in NegateCMYK()
|
D | msl.c | 3804 channel_mask=SetImageChannelMask(msl_info->image[n],AlphaChannel); in MSLStartElement()
|
D | png.c | 12280 jpeg_image=SeparateImage(image,AlphaChannel,exception); in WriteOneJNGImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 344 using MagickCore::AlphaChannel;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2971 GetAndSetPPChannelMask(AlphaChannel); in floodFillAlpha() 2989 GetAndSetPPChannelMask(AlphaChannel); in floodFillAlpha()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4217 ChannelFeatures(AlphaChannel,i); in Features() 9148 channel_mask=SetImageChannelMask(image,AlphaChannel); in Mogrify() 14377 ChannelStatistics(AlphaChannel); in Statistics()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 4217 ChannelFeatures(AlphaChannel,i); 9148 channel_mask=SetImageChannelMask(image,AlphaChannel); 14377 ChannelStatistics(AlphaChannel);
|