Home
last modified time | relevance | path

Searched refs:OpaqueAlphaChannel (Results 1 – 24 of 24) sorted by relevance

/external/ImageMagick/MagickCore/
Dattribute.c1516 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1539 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1552 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1573 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1590 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
Dimage.h41 OpaqueAlphaChannel, enumerator
Dshear.c1616 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearImage()
1640 (void) SetImageAlphaChannel(shear_image,OpaqueAlphaChannel,exception); in ShearImage()
1762 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearRotateImage()
Dpaint.c1085 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImage()
1214 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImageChroma()
Dannotate.c1551 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderFreetype()
2088 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderPostscript()
2090 (void) SetImageAlphaChannel(annotate_image,OpaqueAlphaChannel, in RenderPostscript()
Dcomposite.c632 (void) SetImageAlphaChannel(source_image,OpaqueAlphaChannel,exception);
790 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
Dcompare.c192 (void) SetImageAlphaChannel(difference_image,OpaqueAlphaChannel,exception); in CompareImages()
207 (void) SetImageAlphaChannel(highlight_image,OpaqueAlphaChannel,exception); in CompareImages()
Dchannel.c1204 case OpaqueAlphaChannel: in SetImageAlphaChannel()
Dvisual-effects.c979 (void) SetImageAlphaChannel(canvas_image,OpaqueAlphaChannel,exception); in ImplodeImage()
1780 (void) SetImageAlphaChannel(picture_image,OpaqueAlphaChannel,exception); in PolaroidImage()
2068 (void) SetImageAlphaChannel(border_image,OpaqueAlphaChannel,exception); in ShadowImage()
Dlayer.c109 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ClearBounds()
Ddraw.c2520 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderMVGContent()
5203 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in DrawPrimitive()
5491 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel, in DrawPrimitive()
Ddistort.c1536 (void) SetImageAlphaChannel(tmp_image,OpaqueAlphaChannel,exception); in DistortResizeImage()
Doption.c110 { "Opaque", OpaqueAlphaChannel, UndefinedOptionFlag, MagickFalse },
Dresize.c4563 (void) SetImageAlphaChannel(thumbnail_image,OpaqueAlphaChannel,exception); in ThumbnailImage()
Denhance.c2720 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in HaldClutImage()
Ddisplay.c4290 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel,exception); in XCompositeImage()
10069 (void) SetImageAlphaChannel(*image,OpaqueAlphaChannel,exception); in XMatteEditImage()
/external/ImageMagick/coders/
Dgray.c858 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteGRAYImage()
Dycbcr.c1134 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteYCBCRImage()
Dbgr.c1153 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteBGRImage()
Drgb.c1378 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteRGBImage()
Dcmyk.c1250 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteCMYKImage()
Dpsd.c399 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ApplyPSDLayerOpacity()
Dtiff.c1784 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ReadTIFFImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h336 using MagickCore::OpaqueAlphaChannel;