/external/ImageMagick/MagickCore/ |
D | channel.h | 35 SetImageAlphaChannel(Image *,const AlphaChannelOption,ExceptionInfo *);
|
D | attribute.c | 2186 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 2209 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 2222 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 2243 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 2260 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
|
D | distort.c | 1595 (void) SetImageAlphaChannel(tmp_image,SetAlphaChannel,exception); in DistortResizeImage() 1601 (void) SetImageAlphaChannel(resize_image,OffAlphaChannel,exception); in DistortResizeImage() 1615 (void) SetImageAlphaChannel(tmp_image,ExtractAlphaChannel,exception); in DistortResizeImage() 1616 (void) SetImageAlphaChannel(tmp_image,OpaqueAlphaChannel,exception); in DistortResizeImage() 1638 (void) SetImageAlphaChannel(resize_image,OffAlphaChannel,exception); in DistortResizeImage() 1639 (void) SetImageAlphaChannel(resize_alpha,OffAlphaChannel,exception); in DistortResizeImage()
|
D | shear.c | 1616 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearImage() 1641 (void) SetImageAlphaChannel(shear_image,OpaqueAlphaChannel,exception); in ShearImage() 1763 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearRotateImage()
|
D | paint.c | 1084 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImage() 1213 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImageChroma()
|
D | compare.c | 192 (void) SetImageAlphaChannel(difference_image,OpaqueAlphaChannel,exception); in CompareImages() 207 (void) SetImageAlphaChannel(highlight_image,OpaqueAlphaChannel,exception); in CompareImages() 2216 (void) SetImageAlphaChannel(similarity_image,DeactivateAlphaChannel, in SimilarityImage()
|
D | annotate.c | 1601 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderFreetype() 2147 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderPostscript() 2149 (void) SetImageAlphaChannel(annotate_image,OpaqueAlphaChannel, in RenderPostscript()
|
D | visual-effects.c | 986 (void) SetImageAlphaChannel(canvas_image,OpaqueAlphaChannel,exception); in ImplodeImage() 1789 (void) SetImageAlphaChannel(picture_image,OpaqueAlphaChannel,exception); in PolaroidImage() 2077 (void) SetImageAlphaChannel(border_image,OpaqueAlphaChannel,exception); in ShadowImage() 2834 (void) SetImageAlphaChannel(swirl_image,OnAlphaChannel,exception); in SwirlImage()
|
D | methods.h | 981 #define SetImageAlphaChannel PrependMagickMethod(SetImageAlphaChannel) macro
|
D | channel.c | 974 MagickExport MagickBooleanType SetImageAlphaChannel(Image *image, in SetImageAlphaChannel() function
|
D | composite.c | 614 (void) SetImageAlphaChannel(source_image,OpaqueAlphaChannel,exception); in CompositeImage() 772 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in CompositeImage()
|
D | morphology.c | 3775 (void) SetImageAlphaChannel(rslt_image, DeactivateAlphaChannel, in MorphologyApply() 3779 (void) SetImageAlphaChannel(rslt_image, DeactivateAlphaChannel, in MorphologyApply()
|
D | layer.c | 110 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ClearBounds()
|
D | enhance.c | 963 (void) SetImageAlphaChannel(image,ActivateAlphaChannel,exception); in ClutImage() 2721 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in HaldClutImage()
|
D | draw.c | 2549 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderMVGContent() 5290 status&=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in DrawPrimitive() 5576 status&=SetImageAlphaChannel(composite_image,OpaqueAlphaChannel, in DrawPrimitive()
|
D | image.c | 2428 (void) SetImageAlphaChannel(image,OnAlphaChannel,exception); in SetImageBackgroundColor()
|
D | feature.c | 299 (void) SetImageAlphaChannel(edge_image,OffAlphaChannel,exception); in CannyEdgeImage()
|
/external/ImageMagick/coders/ |
D | gray.c | 858 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteGRAYImage()
|
D | bgr.c | 1153 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteBGRImage()
|
D | ycbcr.c | 1134 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteYCBCRImage()
|
D | rgb.c | 1378 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteRGBImage()
|
D | cmyk.c | 1250 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteCMYKImage()
|
D | pdf.c | 1114 (void) SetImageAlphaChannel(page,RemoveAlphaChannel,exception); in WritePOCKETMODImage()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1780 (void) SetImageAlphaChannel(_image,(AlphaChannelOption) parse, in CLISimpleOperatorImage() 2823 (void) SetImageAlphaChannel(_image,IfNormalOp ? SetAlphaChannel : in CLISimpleOperatorImage()
|
D | mogrify.c | 854 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage() 2226 (void) SetImageAlphaChannel(*image,(*option == '-') ? in MogrifyImage()
|