/external/ImageMagick/MagickCore/ |
D | channel.c | 1113 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()
|
D | image.h | 536 SetImageAlpha(Image *,const Quantum,ExceptionInfo *),
|
D | decorate.c | 237 (void) SetImageAlpha(frame_image,OpaqueAlpha,exception); in FrameImage()
|
D | methods.h | 982 #define SetImageAlpha PrependMagickMethod(SetImageAlpha) macro
|
D | visual-effects.c | 587 (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()
|
D | paint.c | 185 (void) SetImageAlpha(image,OpaqueAlpha,exception); in FloodfillPaintImage()
|
D | transform.c | 1735 (void) SetImageAlpha(splice_image,OpaqueAlpha,exception); in SpliceImage()
|
D | image.c | 2326 MagickExport MagickBooleanType SetImageAlpha(Image *image,const Quantum alpha, in SetImageAlpha() function
|
D | pixel.c | 235 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ConformPixelInfo()
|
D | draw.c | 5579 status&=SetImageAlpha(composite_image,draw_info->alpha,exception); in DrawPrimitive()
|
/external/ImageMagick/coders/ |
D | gradient.c | 247 SetImageAlpha(image,TransparentAlpha,exception); in ReadGRADIENTImage()
|
D | xcf.c | 1223 (void) SetImageAlpha(image,OpaqueAlpha,exception); in ReadXCFImage()
|
D | pict.c | 1192 (void) SetImageAlpha(tile_image,OpaqueAlpha,exception); in ReadPICTImage()
|
D | msl.c | 1956 (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()
|
D | dds.c | 1334 SetImageAlpha(image,QuantumRange,exception); in ReadDXT1Pixels()
|
D | png.c | 10990 (void) SetImageAlpha(image,OpaqueAlpha,exception); in WriteOnePNGImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1481 using MagickCore::SetImageAlpha;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 315 SetImageAlpha(image(),OpaqueAlpha,exceptionInfo); in alpha() 1833 SetImageAlpha(image(),alpha_,exceptionInfo); in alpha()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 8302 (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/ |
D | magick-image.c | 10844 (void) SetImageAlpha(wand->images,OpaqueAlpha,wand->exception); in MagickSetImageMatte() 10926 status=SetImageAlpha(wand->images,ClampToQuantum(QuantumRange*alpha), in MagickSetImageAlpha()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 8303 (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/ |
D | ChangeLog | 1482 * Restore SetImageAlpha() behavior.
|