/external/ImageMagick/MagickCore/ |
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 | image.h | 44 OpaqueAlphaChannel, enumerator
|
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 | compare.c | 184 (void) SetImageAlphaChannel(difference_image,OpaqueAlphaChannel,exception); in CompareImages() 198 (void) SetImageAlphaChannel(highlight_image,OpaqueAlphaChannel,exception); in CompareImages()
|
D | channel.c | 1175 case OpaqueAlphaChannel: in SetImageAlphaChannel()
|
D | layer.c | 109 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ClearBounds()
|
D | composite.c | 767 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
|
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 | option.c | 109 { "Opaque", OpaqueAlphaChannel, UndefinedOptionFlag, MagickFalse },
|
D | distort.c | 1534 (void) SetImageAlphaChannel(tmp_image,OpaqueAlphaChannel,exception); in DistortResizeImage()
|
D | enhance.c | 2214 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in HaldClutImage()
|
D | display.c | 4322 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel,exception); in XCompositeImage() 10099 (void) SetImageAlphaChannel(*image,OpaqueAlphaChannel,exception); in XMatteEditImage()
|
/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()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 327 using MagickCore::OpaqueAlphaChannel;
|