/external/ImageMagick/MagickCore/ |
D | channel.h | 35 SetImageAlphaChannel(Image *,const AlphaChannelOption,ExceptionInfo *);
|
D | attribute.c | 1283 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 1308 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 1322 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 1345 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType() 1372 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
|
D | compare.c | 184 (void) SetImageAlphaChannel(difference_image,OpaqueAlphaChannel,exception); in CompareImages() 198 (void) SetImageAlphaChannel(highlight_image,OpaqueAlphaChannel,exception); in CompareImages() 305 (void) SetImageAlphaChannel(difference_image,OffAlphaChannel,exception); in CompareImages() 1858 (void) SetImageAlphaChannel(similarity_image,DeactivateAlphaChannel, in SimilarityImage()
|
D | distort.c | 1510 (void) SetImageAlphaChannel(tmp_image,SetAlphaChannel,exception); in DistortResizeImage() 1518 (void) SetImageAlphaChannel(resize_image,DeactivateAlphaChannel, in DistortResizeImage() 1533 (void) SetImageAlphaChannel(tmp_image,ExtractAlphaChannel,exception); in DistortResizeImage() 1534 (void) SetImageAlphaChannel(tmp_image,OpaqueAlphaChannel,exception); in DistortResizeImage() 1555 (void) SetImageAlphaChannel(resize_image,OffAlphaChannel,exception); in DistortResizeImage() 1556 (void) SetImageAlphaChannel(resize_alpha,OffAlphaChannel,exception); in DistortResizeImage()
|
D | shear.c | 1626 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearImage() 1650 (void) SetImageAlphaChannel(shear_image,OpaqueAlphaChannel,exception); in ShearImage() 1772 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearRotateImage()
|
D | paint.c | 1067 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImage() 1195 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImageChroma()
|
D | annotate.c | 1492 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderFreetype() 2017 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderPostscript() 2019 (void) SetImageAlphaChannel(annotate_image,OpaqueAlphaChannel, in RenderPostscript()
|
D | composite.c | 574 (void) SetImageAlphaChannel(source_image,SetAlphaChannel,exception); 767 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
|
D | channel.c | 928 MagickExport MagickBooleanType SetImageAlphaChannel(Image *image, in SetImageAlphaChannel() function
|
D | methods.h | 1061 #define SetImageAlphaChannel PrependMagickMethod(SetImageAlphaChannel) macro
|
D | enhance.c | 430 (void) SetImageAlphaChannel(image,ActivateAlphaChannel,exception); in ClutImage() 2214 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in HaldClutImage()
|
D | morphology.c | 3746 (void) SetImageAlphaChannel(rslt_image, DeactivateAlphaChannel, in MorphologyApply() 3750 (void) SetImageAlphaChannel(rslt_image, DeactivateAlphaChannel, in MorphologyApply()
|
D | layer.c | 109 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ClearBounds()
|
D | draw.c | 4099 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in DrawPolygonPrimitive() 4343 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in DrawPrimitive() 4623 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel, in DrawPrimitive()
|
D | fx.c | 4095 (void) SetImageAlphaChannel(picture_image,OpaqueAlphaChannel,exception); in PolaroidImage() 4385 (void) SetImageAlphaChannel(border_image,OpaqueAlphaChannel,exception); in ShadowImage()
|
D | resize.c | 3681 (void) SetImageAlphaChannel(thumbnail_image,OpaqueAlphaChannel,exception); in ThumbnailImage()
|
D | feature.c | 299 (void) SetImageAlphaChannel(edge_image,OffAlphaChannel,exception); in CannyEdgeImage()
|
/external/ImageMagick/coders/ |
D | ycbcr.c | 1058 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteYCBCRImage()
|
D | rgb.c | 1150 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteRGBImage()
|
D | bgr.c | 1160 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteBGRImage()
|
D | cmyk.c | 1269 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteCMYKImage()
|
D | psd.c | 2021 SetImageAlphaChannel(image,TransparentAlphaChannel,exception); in ReadPSDImage()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 1761 (void) SetImageAlphaChannel(_image,(AlphaChannelOption) parse, in CLISimpleOperatorImage() 2743 (void) SetImageAlphaChannel(_image,IfNormalOp ? SetAlphaChannel : in CLISimpleOperatorImage()
|
D | mogrify.c | 826 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage() 2155 (void) SetImageAlphaChannel(*image,(*option == '-') ? in MogrifyImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 1836 SetImageAlphaChannel(image(),alphaOption_,exceptionInfo); in alphaChannel()
|