Home
last modified time | relevance | path

Searched refs:SetImageAlpha (Results 1 – 18 of 18) sorted by relevance

/external/ImageMagick/MagickCore/
Dchannel.c1079 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()
Dimage.h533 SetImageAlpha(Image *,const Quantum,ExceptionInfo *),
Ddecorate.c237 (void) SetImageAlpha(frame_image,OpaqueAlpha,exception); in FrameImage()
Dpaint.c185 (void) SetImageAlpha(image,OpaqueAlpha,exception); in FloodfillPaintImage()
Dtransform.c1753 (void) SetImageAlpha(splice_image,OpaqueAlpha,exception); in SpliceImage()
Dfx.c718 (void) SetImageAlpha(colorize_image,OpaqueAlpha,exception); in ColorizeImage()
4603 (void) SetImageAlpha(blend_image,TransparentAlpha,exception); in SketchImage()
Dimage.c3054 MagickExport MagickBooleanType SetImageAlpha(Image *image,const Quantum alpha, in SetImageAlpha() function
Dpixel.c236 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ConformPixelInfo()
Ddraw.c4626 (void) SetImageAlpha(composite_image,draw_info->alpha,exception); in DrawPrimitive()
/external/ImageMagick/coders/
Dgradient.c134 (void) SetImageAlpha(image,(Quantum) TransparentAlpha,exception); in ReadGRADIENTImage()
Dxcf.c1074 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ReadXCFImage()
Dmsl.c1949 (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()
Dpng.c10483 (void) SetImageAlpha(image,OpaqueAlpha,exception); in WriteOnePNGImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1429 using MagickCore::SetImageAlpha;
/external/ImageMagick/Magick++/lib/
DImage.cpp310 SetImageAlpha(image(),OpaqueAlpha,exceptionInfo); in alpha()
1828 SetImageAlpha(image(),alpha_,exceptionInfo); in alpha()
/external/ImageMagick/PerlMagick/
DMagick.xs8173 (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/
Dmagick-image.c10119 (void) SetImageAlpha(wand->images,OpaqueAlpha,wand->exception); in MagickSetImageMatte()
10163 status=SetImageAlpha(wand->images,ClampToQuantum(QuantumRange*alpha), in MagickSetImageAlpha()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in8173 (void) SetImageAlpha(image,OpaqueAlpha,exception);
8604 (void) SetImageAlpha(composite_image,(Quantum)
8637 (void) SetImageAlpha(composite_image,OpaqueAlpha,exception);
9132 (void) SetImageAlpha(image,OpaqueAlpha,exception);