Searched refs:AlphaChannel (Results 1 – 18 of 18) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 47 AlphaChannel = 0x0010, enumerator
|
D | accelerate-kernels-private.h | 250 AlphaChannel = 0x0010, 405 ((channel & AlphaChannel) != 0)) 459 ((channel & AlphaChannel) != 0)) 868 ((channel & AlphaChannel) != 0)) 1218 if ((channel & AlphaChannel) != 0) 1314 if (((channel & AlphaChannel) == 0) || (matte == 0)) { 1363 …outputPixel.w = ((channel & AlphaChannel)!=0)?ClampToQuantum(sum.w):input[imageIndex.y * imageWidt… 1395 if (((channel & AlphaChannel) == 0) || (matte == 0)) { 1452 …outputPixel.w = ((channel & AlphaChannel)!=0)?ClampToQuantum(sum.w):input[imageIndex.y * imageWidt… 1788 ((channel & AlphaChannel) != 0)) [all …]
|
D | option.c | 151 { "A", AlphaChannel, UndefinedOptionFlag, MagickFalse }, 152 { "Alpha", AlphaChannel, UndefinedOptionFlag, MagickFalse }, 171 { "Matte", AlphaChannel, DeprecateOptionFlag, MagickTrue },/*depreciate*/ 173 { "Opacity", AlphaChannel, DeprecateOptionFlag, MagickTrue },/*depreciate*/ 2951 channel|=AlphaChannel; in ParseChannelOption() 2987 channel|=AlphaChannel; /* depreciate */ in ParseChannelOption()
|
D | accelerate.c | 244 ((image->channel_mask & AlphaChannel) != 0)) in cloneImage() 1219 if ((image->channel_mask & AlphaChannel) != 0) in ComputeContrastStretchImage() 1288 if ((image->channel_mask & AlphaChannel) != 0) in ComputeContrastStretchImage() 1305 if (((image->channel_mask & AlphaChannel) != 0) || (((image->channel_mask & IndexChannel) != 0) && in ComputeContrastStretchImage() 1333 if ((image->channel_mask & AlphaChannel) != 0) in ComputeContrastStretchImage() 2485 if ((image->channel_mask & AlphaChannel) != 0) in ComputeEqualizeImage() 2510 if (((image->channel_mask & AlphaChannel) != 0) && (white.w != black.w)) in ComputeEqualizeImage() 2546 if (((image->channel_mask & AlphaChannel) != 0) && (white.w != black.w)) in ComputeEqualizeImage()
|
D | montage.c | 755 (void) SetPixelChannelMask(image,AlphaChannel); in MontageImageList()
|
D | enhance.c | 3261 channel_mask=SetImageChannelMask(image,AlphaChannel); in LevelImageColors() 3301 channel_mask=SetImageChannelMask(image,AlphaChannel); in LevelImageColors()
|
D | attribute.c | 2210 channel_mask=SetImageChannelMask(image,AlphaChannel); in SetImageType()
|
D | draw.c | 1605 separate_mask=SeparateImage(clip_mask,AlphaChannel,exception); in DrawClippingMask() 1697 separate_mask=SeparateImage(composite_mask,AlphaChannel,exception); in DrawCompositeMask() 5363 channel_mask=SetImageChannelMask(image,AlphaChannel); in DrawPrimitive()
|
D | visual-effects.c | 2118 channel_mask=SetImageChannelMask(border_image,AlphaChannel); in ShadowImage()
|
D | display.c | 10136 channel_mask=SetImageChannelMask(*image,AlphaChannel); in XMatteEditImage()
|
/external/ImageMagick/coders/ |
D | psd.c | 753 AlphaChannel)); in NegateCMYK() 1665 channel_type|=AlphaChannel; in CheckPSDChannels() 1681 if ((channel_type == AlphaChannel) && in CheckPSDChannels()
|
D | ps3.c | 534 mask_image=SeparateImage(image,AlphaChannel,exception); in WritePS3MaskImage()
|
D | msl.c | 3813 channel_mask=SetImageChannelMask(msl_info->image[n],AlphaChannel); in MSLStartElement()
|
D | png.c | 12862 jpeg_image=SeparateImage(image,AlphaChannel,exception); in WriteOneJNGImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 378 using MagickCore::AlphaChannel;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3006 GetAndSetPPChannelMask(AlphaChannel); in floodFillAlpha() 3024 GetAndSetPPChannelMask(AlphaChannel); in floodFillAlpha()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 9294 channel_mask=SetImageChannelMask(image,AlphaChannel); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 9301 channel_mask=SetImageChannelMask(image,AlphaChannel);
|