Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dattribute.c1379 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1402 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1415 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1436 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
1453 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in SetImageType()
Dimage.h41 OpaqueAlphaChannel, enumerator
Dshear.c1600 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearImage()
1624 (void) SetImageAlphaChannel(shear_image,OpaqueAlphaChannel,exception); in ShearImage()
1746 (void) SetImageAlphaChannel(integral_image,OpaqueAlphaChannel,exception); in ShearRotateImage()
Dpaint.c1086 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImage()
1215 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in TransparentPaintImageChroma()
Dannotate.c1546 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderFreetype()
2084 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderPostscript()
2086 (void) SetImageAlphaChannel(annotate_image,OpaqueAlphaChannel, in RenderPostscript()
Dlayer.c109 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ClearBounds()
1324 (void) SetImageAlphaChannel(prev_image,OpaqueAlphaChannel,exception); in OptimizeLayerFrames()
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()
Dfx.c3330 (void) SetImageAlphaChannel(canvas_image,OpaqueAlphaChannel,exception); in ImplodeImage()
4135 (void) SetImageAlphaChannel(picture_image,OpaqueAlphaChannel,exception); in PolaroidImage()
4423 (void) SetImageAlphaChannel(border_image,OpaqueAlphaChannel,exception); in ShadowImage()
5168 (void) SetImageAlphaChannel(canvas_image,OpaqueAlphaChannel,exception); in SwirlImage()
Dcomposite.c773 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
Ddraw.c2491 status=SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in RenderMVGContent()
5138 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in DrawPrimitive()
5424 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel, in DrawPrimitive()
Ddistort.c1536 (void) SetImageAlphaChannel(tmp_image,OpaqueAlphaChannel,exception); in DistortResizeImage()
Dresize.c3724 (void) SetImageAlphaChannel(thumbnail_image,OpaqueAlphaChannel,exception); in ThumbnailImage()
Doption.c110 { "Opaque", OpaqueAlphaChannel, UndefinedOptionFlag, MagickFalse },
Denhance.c2719 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in HaldClutImage()
Ddisplay.c4322 (void) SetImageAlphaChannel(composite_image,OpaqueAlphaChannel,exception); in XCompositeImage()
10101 (void) SetImageAlphaChannel(*image,OpaqueAlphaChannel,exception); in XMatteEditImage()
/external/ImageMagick/coders/
Dgray.c868 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteGRAYImage()
Dycbcr.c1152 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteYCBCRImage()
Dbgr.c1172 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteBGRImage()
Drgb.c1154 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteRGBImage()
Dcmyk.c1272 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in WriteCMYKImage()
Dpsd.c398 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ApplyPSDLayerOpacity()
Dtiff.c1742 (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception); in ReadTIFFImage()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h327 using MagickCore::OpaqueAlphaChannel;