Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dchannel.c1113 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel()
1181 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel()
1200 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel()
1206 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel()
1257 status=SetImageAlpha(image,OpaqueAlpha,exception); in SetImageAlphaChannel()
1314 status=SetImageAlpha(image,TransparentAlpha,exception); in SetImageAlphaChannel()
Dimage.h536 SetImageAlpha(Image *,const Quantum,ExceptionInfo *),
Ddecorate.c237 (void) SetImageAlpha(frame_image,OpaqueAlpha,exception); in FrameImage()
Dmethods.h982 #define SetImageAlpha PrependMagickMethod(SetImageAlpha) macro
Dvisual-effects.c587 (void) SetImageAlpha(colorize_image,OpaqueAlpha,exception); in ColorizeImage()
2293 (void) SetImageAlpha(blend_image,TransparentAlpha,exception); in SketchImage()
3336 (void) SetImageAlpha(canvas_image,OpaqueAlpha,exception); in WaveImage()
Dpaint.c185 (void) SetImageAlpha(image,OpaqueAlpha,exception); in FloodfillPaintImage()
Dtransform.c1735 (void) SetImageAlpha(splice_image,OpaqueAlpha,exception); in SpliceImage()
Dimage.c2326 MagickExport MagickBooleanType SetImageAlpha(Image *image,const Quantum alpha, in SetImageAlpha() function
Dpixel.c235 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ConformPixelInfo()
Ddraw.c5579 status&=SetImageAlpha(composite_image,draw_info->alpha,exception); in DrawPrimitive()
/external/ImageMagick/coders/
Dgradient.c247 SetImageAlpha(image,TransparentAlpha,exception); in ReadGRADIENTImage()
Dxcf.c1223 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ReadXCFImage()
Dpict.c1192 (void) SetImageAlpha(tile_image,OpaqueAlpha,exception); in ReadPICTImage()
Dmsl.c1956 (void) SetImageAlpha(composite_image,(Quantum) in MSLStartElement()
1963 (void) SetImageAlpha(composite_image,OpaqueAlpha, in MSLStartElement()
6126 (void) SetImageAlpha( msl_info->image[n], (Quantum) opac, in MSLStartElement()
Ddds.c1334 SetImageAlpha(image,QuantumRange,exception); in ReadDXT1Pixels()
Dpng.c10990 (void) SetImageAlpha(image,OpaqueAlpha,exception); in WriteOnePNGImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1481 using MagickCore::SetImageAlpha;
/external/ImageMagick/Magick++/lib/
DImage.cpp315 SetImageAlpha(image(),OpaqueAlpha,exceptionInfo); in alpha()
1833 SetImageAlpha(image(),alpha_,exceptionInfo); in alpha()
/external/ImageMagick/PerlMagick/
DMagick.xs8302 (void) SetImageAlpha(image,OpaqueAlpha,exception); in Mogrify()
8736 (void) SetImageAlpha(composite_image,(Quantum) in Mogrify()
8769 (void) SetImageAlpha(composite_image,OpaqueAlpha,exception); in Mogrify()
9278 (void) SetImageAlpha(image,OpaqueAlpha,exception); in Mogrify()
/external/ImageMagick/MagickWand/
Dmagick-image.c10844 (void) SetImageAlpha(wand->images,OpaqueAlpha,wand->exception); in MagickSetImageMatte()
10926 status=SetImageAlpha(wand->images,ClampToQuantum(QuantumRange*alpha), in MagickSetImageAlpha()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in8303 (void) SetImageAlpha(image,OpaqueAlpha,exception);
8739 (void) SetImageAlpha(composite_image,(Quantum)
8772 (void) SetImageAlpha(composite_image,OpaqueAlpha,exception);
9285 (void) SetImageAlpha(image,OpaqueAlpha,exception);
/external/ImageMagick/
DChangeLog1482 * Restore SetImageAlpha() behavior.