Searched refs:SetImageAlpha (Results 1 – 18 of 18) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | channel.c | 1079 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel() 1152 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel() 1171 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel() 1177 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel() 1229 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel() 1234 status=SetImageAlpha(image,TransparentAlpha,exception); in SetImageAlphaChannel()
|
D | image.h | 533 SetImageAlpha(Image *,const Quantum,ExceptionInfo *),
|
D | decorate.c | 237 (void) SetImageAlpha(frame_image,OpaqueAlpha,exception); in FrameImage()
|
D | paint.c | 185 (void) SetImageAlpha(image,OpaqueAlpha,exception); in FloodfillPaintImage()
|
D | transform.c | 1753 (void) SetImageAlpha(splice_image,OpaqueAlpha,exception); in SpliceImage()
|
D | fx.c | 718 (void) SetImageAlpha(colorize_image,OpaqueAlpha,exception); in ColorizeImage() 4603 (void) SetImageAlpha(blend_image,TransparentAlpha,exception); in SketchImage()
|
D | image.c | 3054 MagickExport MagickBooleanType SetImageAlpha(Image *image,const Quantum alpha, in SetImageAlpha() function
|
D | pixel.c | 236 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ConformPixelInfo()
|
D | draw.c | 4626 (void) SetImageAlpha(composite_image,draw_info->alpha,exception); in DrawPrimitive()
|
/external/ImageMagick/coders/ |
D | gradient.c | 134 (void) SetImageAlpha(image,(Quantum) TransparentAlpha,exception); in ReadGRADIENTImage()
|
D | xcf.c | 1074 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ReadXCFImage()
|
D | msl.c | 1949 (void) SetImageAlpha(composite_image,(Quantum) in MSLStartElement() 1956 (void) SetImageAlpha(composite_image,OpaqueAlpha, in MSLStartElement() 6103 (void) SetImageAlpha( msl_info->image[n], (Quantum) opac, in MSLStartElement()
|
D | png.c | 10483 (void) SetImageAlpha(image,OpaqueAlpha,exception); in WriteOnePNGImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1429 using MagickCore::SetImageAlpha;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 310 SetImageAlpha(image(),OpaqueAlpha,exceptionInfo); in alpha() 1828 SetImageAlpha(image(),alpha_,exceptionInfo); in alpha()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 8173 (void) SetImageAlpha(image,OpaqueAlpha,exception); in Mogrify() 8604 (void) SetImageAlpha(composite_image,(Quantum) in Mogrify() 8637 (void) SetImageAlpha(composite_image,OpaqueAlpha,exception); in Mogrify() 9132 (void) SetImageAlpha(image,OpaqueAlpha,exception); in Mogrify()
|
/external/ImageMagick/MagickWand/ |
D | magick-image.c | 10119 (void) SetImageAlpha(wand->images,OpaqueAlpha,wand->exception); in MagickSetImageMatte() 10163 status=SetImageAlpha(wand->images,ClampToQuantum(QuantumRange*alpha), in MagickSetImageAlpha()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 8173 (void) SetImageAlpha(image,OpaqueAlpha,exception); 8604 (void) SetImageAlpha(composite_image,(Quantum) 8637 (void) SetImageAlpha(composite_image,OpaqueAlpha,exception); 9132 (void) SetImageAlpha(image,OpaqueAlpha,exception);
|