/external/ImageMagick/MagickCore/ |
D | channel.c | 376 destination_image->alpha_trait=BlendPixelTrait; in ChannelFxImage() 541 combine_image->alpha_trait=BlendPixelTrait; in CombineImages() 548 combine_image->alpha_trait=BlendPixelTrait; in CombineImages() 554 combine_image->alpha_trait=BlendPixelTrait; in CombineImages() 677 return(image->alpha_trait != UndefinedPixelTrait ? MagickTrue : MagickFalse); in GetImageAlphaChannel() 747 separate_image->alpha_trait=UndefinedPixelTrait; in SeparateImage() 995 image->alpha_trait=BlendPixelTrait; in SetImageAlphaChannel() 1053 image->alpha_trait=CopyPixelTrait; in SetImageAlphaChannel() 1061 if (image->alpha_trait == UndefinedPixelTrait) in SetImageAlphaChannel() 1105 image->alpha_trait=UpdatePixelTrait; in SetImageAlphaChannel() [all …]
|
D | attribute.c | 576 (image->alpha_trait == UndefinedPixelTrait)) in GetImageDepth() 845 if (image->alpha_trait == UndefinedPixelTrait) in GetImageType() 853 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType() 859 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType() 863 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType() 944 if ((type == GrayscaleType) && (image->alpha_trait != UndefinedPixelTrait)) in IdentifyImageGray() 1066 if (image->alpha_trait == UndefinedPixelTrait) in IdentifyImageType() 1074 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType() 1080 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType() 1084 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType() [all …]
|
D | layer.c | 108 if (image->alpha_trait == UndefinedPixelTrait) in ClearBounds() 271 coalesce_image->background_color.alpha_trait=BlendPixelTrait; in CoalesceImages() 274 coalesce_image->alpha_trait=next->alpha_trait; in CoalesceImages() 286 dispose_image->background_color.alpha_trait=BlendPixelTrait; in CoalesceImages() 325 dispose_image->background_color.alpha_trait=BlendPixelTrait; in CoalesceImages() 339 coalesce_image->background_color.alpha_trait=BlendPixelTrait; in CoalesceImages() 341 next->alpha_trait != UndefinedPixelTrait ? OverCompositeOp : CopyCompositeOp, in CoalesceImages() 417 dispose_image->background_color.alpha_trait=BlendPixelTrait; in DisposeImages() 436 current_image->background_color.alpha_trait=BlendPixelTrait; in DisposeImages() 438 next->alpha_trait != UndefinedPixelTrait ? OverCompositeOp : CopyCompositeOp, in DisposeImages() [all …]
|
D | feature.c | 737 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 763 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 778 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 979 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1068 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1108 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1120 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1130 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1145 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1160 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() [all …]
|
D | pixel-accessor.h | 225 if (pixel_info->alpha_trait == UndefinedPixelTrait) in GetPixelInfoChannel() 403 pixel_info->alpha_trait=UndefinedPixelTrait; in GetPixelInfoPixel() 411 pixel_info->alpha_trait=image->alpha_trait; in GetPixelInfoPixel() 427 pixel_info->alpha_trait=BlendPixelTrait; in GetPixelInfoPixel() 498 alpha=image->alpha_trait == UndefinedPixelTrait ? (MagickRealType) in IsPixelEquivalent() 500 beta=q->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelEquivalent() 550 alpha=p->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelInfoEquivalent() 552 beta=q->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelInfoEquivalent() 668 image->background_color.alpha_trait == UndefinedPixelTrait ? OpaqueAlpha : in SetPixelBackgoundColor() 815 pixel_info->alpha_trait == UndefinedPixelTrait ? OpaqueAlpha : in SetPixelViaPixelInfo()
|
D | color.c | 1459 if ((pixel->alpha_trait != UndefinedPixelTrait) && in IsSVGCompliant() 1554 if (pixel->alpha_trait != UndefinedPixelTrait) in GetColorTuple() 1566 if (color.alpha_trait != UndefinedPixelTrait) in GetColorTuple() 1585 if (color.alpha_trait != UndefinedPixelTrait) in GetColorTuple() 1671 if (image->alpha_trait == UndefinedPixelTrait) in IsEquivalentAlpha() 2311 color->alpha_trait=UndefinedPixelTrait; in QueryColorCompliance() 2319 color->alpha_trait=BlendPixelTrait; in QueryColorCompliance() 2365 color->alpha_trait=UndefinedPixelTrait; in QueryColorCompliance() 2369 color->alpha_trait=BlendPixelTrait; in QueryColorCompliance() 2439 if (color->alpha_trait != UndefinedPixelTrait) in QueryColorCompliance() [all …]
|
D | image.c | 462 alpha_trait; in AppendImages() local 490 alpha_trait=images->alpha_trait; in AppendImages() 503 if (next->alpha_trait != UndefinedPixelTrait) in AppendImages() 504 alpha_trait=BlendPixelTrait; in AppendImages() 531 append_image->alpha_trait=alpha_trait; in AppendImages() 831 clone_image->alpha_trait=image->alpha_trait; in CloneImage() 1486 mask_image->alpha_trait=UndefinedPixelTrait; in GetImageMask() 2072 image->alpha_trait=background->alpha_trait; in NewMagickImage() 2353 image->alpha_trait=BlendPixelTrait; in SetImageAlpha() 2436 if ((image->background_color.alpha_trait != UndefinedPixelTrait) && in SetImageBackgroundColor() [all …]
|
D | vision.c | 400 if (image->alpha_trait != UndefinedPixelTrait) in ConnectedComponentsImage() 444 if (image->alpha_trait != UndefinedPixelTrait) in ConnectedComponentsImage() 587 component_image->alpha_trait=BlendPixelTrait; in ConnectedComponentsImage() 588 component_image->colormap[i].alpha_trait=BlendPixelTrait; in ConnectedComponentsImage() 617 component_image->alpha_trait=BlendPixelTrait; in ConnectedComponentsImage() 618 component_image->colormap[first].alpha_trait=BlendPixelTrait; in ConnectedComponentsImage()
|
D | quantum.c | 534 if (image->alpha_trait != UndefinedPixelTrait) in GetQuantumType() 539 if (image->alpha_trait != UndefinedPixelTrait) in GetQuantumType() 545 if (image->alpha_trait != UndefinedPixelTrait) in GetQuantumType() 551 if (image->alpha_trait != UndefinedPixelTrait) in GetQuantumType()
|
/external/ImageMagick/coders/ |
D | gradient.c | 149 image->alpha_trait=pixel.alpha_trait; in ReadXCImage() 243 image->alpha_trait=stops[0].color.alpha_trait; in ReadGRADIENTImage() 244 if (stops[1].color.alpha_trait != UndefinedPixelTrait) in ReadGRADIENTImage() 245 image->alpha_trait=stops[1].color.alpha_trait; in ReadGRADIENTImage()
|
D | vips.c | 452 image->alpha_trait=BlendPixelTrait; in ReadVIPSImage() 458 image->alpha_trait=BlendPixelTrait; in ReadVIPSImage() 464 image->alpha_trait=BlendPixelTrait; in ReadVIPSImage() 469 image->alpha_trait=BlendPixelTrait; in ReadVIPSImage() 655 channels=image->alpha_trait != UndefinedPixelTrait ? 4 : 3; in WriteVIPSImage() 657 channels=image->alpha_trait != UndefinedPixelTrait ? 2 : 1; in WriteVIPSImage() 659 channels=image->alpha_trait != UndefinedPixelTrait ? 5 : 4; in WriteVIPSImage()
|
D | miff.c | 254 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket() 266 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket() 280 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket() 315 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket() 347 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket() 381 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket() 669 alpha_trait; in ReadMIFFImage() local 671 alpha_trait=ParseCommandOption(MagickPixelTraitOptions, in ReadMIFFImage() 673 if (alpha_trait < 0) in ReadMIFFImage() 675 image->alpha_trait=(PixelTrait) alpha_trait; in ReadMIFFImage() [all …]
|
D | tga.c | 245 image->alpha_trait=(alpha_bits > 0) || (tga_info.bits_per_pixel == 32) || in ReadTGAImage() 497 if (image->alpha_trait != UndefinedPixelTrait) in ReadTGAImage() 538 if (image->alpha_trait != UndefinedPixelTrait) in ReadTGAImage() 698 value=(((image->alpha_trait != UndefinedPixelTrait) && in WriteTGAPixel() 712 if (image->alpha_trait != UndefinedPixelTrait) in WriteTGAPixel() 802 (image->alpha_trait == UndefinedPixelTrait) && in WriteTGAImage() 816 if (image->alpha_trait != UndefinedPixelTrait) in WriteTGAImage() 822 if (image->alpha_trait != UndefinedPixelTrait) in WriteTGAImage() 892 *q++=(((image->alpha_trait != UndefinedPixelTrait) && ((double) in WriteTGAImage() 951 if ((image->alpha_trait != UndefinedPixelTrait) && in WriteTGAImage()
|
D | pnm.c | 407 image->alpha_trait=BlendPixelTrait; in ReadPNMImage() 418 image->alpha_trait=BlendPixelTrait; in ReadPNMImage() 423 image->alpha_trait=BlendPixelTrait; in ReadPNMImage() 434 image->alpha_trait=BlendPixelTrait; in ReadPNMImage() 958 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1030 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1054 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1074 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1107 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1135 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() [all …]
|
D | tile.c | 128 image->alpha_trait=tile_image->alpha_trait; in ReadTILEImage()
|
D | txt.c | 469 image->alpha_trait=UndefinedPixelTrait; in ReadTXTImage() 473 image->alpha_trait=BlendPixelTrait; in ReadTXTImage() 511 if (image->alpha_trait != UndefinedPixelTrait) in ReadTXTImage() 527 if (image->alpha_trait != UndefinedPixelTrait) in ReadTXTImage() 541 if (image->alpha_trait != UndefinedPixelTrait) in ReadTXTImage() 771 if (image->alpha_trait != UndefinedPixelTrait) in WriteTXTImage() 840 if (pixel.alpha_trait != UndefinedPixelTrait) in WriteTXTImage()
|
D | matte.c | 179 if (image->alpha_trait == UndefinedPixelTrait) in WriteMATTEImage() 185 matte_image->alpha_trait=UndefinedPixelTrait; in WriteMATTEImage()
|
D | xc.c | 145 image->alpha_trait=pixel.alpha_trait; in ReadXCImage()
|
D | debug.c | 213 if (image->alpha_trait != UndefinedPixelTrait) in WriteDEBUGImage() 243 if (pixel.alpha_trait != UndefinedPixelTrait) in WriteDEBUGImage()
|
D | sun.c | 418 image->alpha_trait=sun_info.depth == 32 ? BlendPixelTrait : in ReadSUNImage() 576 if (image->alpha_trait != UndefinedPixelTrait) in ReadSUNImage() 587 if (image->alpha_trait != UndefinedPixelTrait) in ReadSUNImage() 846 sun_info.depth=(unsigned int) image->alpha_trait != in WriteSUNImage() 848 sun_info.length=(unsigned int) ((image->alpha_trait != in WriteSUNImage() 909 if (image->alpha_trait != UndefinedPixelTrait) in WriteSUNImage() 926 if (image->alpha_trait != UndefinedPixelTrait) in WriteSUNImage()
|
D | rle.c | 232 image->alpha_trait=flags & 0x04 ? BlendPixelTrait : UndefinedPixelTrait; in ReadRLEImage() 273 if (image->alpha_trait != UndefinedPixelTrait) in ReadRLEImage() 373 if (image->alpha_trait == UndefinedPixelTrait) in ReadRLEImage() 559 if (image->alpha_trait != UndefinedPixelTrait) in ReadRLEImage() 610 if (image->alpha_trait == UndefinedPixelTrait) in ReadRLEImage()
|
D | exr.c | 211 image->alpha_trait=BlendPixelTrait; in ReadEXRImage() 590 channels=image->alpha_trait != UndefinedPixelTrait ? IMF_WRITE_YCA : in WriteEXRImage() 593 channels=image->alpha_trait != UndefinedPixelTrait ? IMF_WRITE_RGBA : in WriteEXRImage() 630 if (image->alpha_trait == UndefinedPixelTrait) in WriteEXRImage()
|
D | gray.c | 180 image->alpha_trait=BlendPixelTrait; in ReadGRAYImage() 181 canvas_image->alpha_trait=BlendPixelTrait; in ReadGRAYImage() 269 if (image->alpha_trait != UndefinedPixelTrait) in ReadGRAYImage() 307 for (i=0; i < (ssize_t) (image->alpha_trait != UndefinedPixelTrait ? 4 : 3); i++) in ReadGRAYImage() 440 if (image->alpha_trait != UndefinedPixelTrait) in ReadGRAYImage() 586 if (image->alpha_trait != UndefinedPixelTrait) in ReadGRAYImage() 857 (image->alpha_trait == UndefinedPixelTrait)) in WriteGRAYImage()
|
D | clipboard.c | 330 if (image->alpha_trait == UndefinedPixelTrait) in WriteCLIPBOARDImage() 362 if (image->alpha_trait == UndefinedPixelTrait) in WriteCLIPBOARDImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 264 pixel.alpha_trait=(_pixelType == RGBAPixel || _pixelType == CMYKAPixel) ? in operator std::string() 268 pixel.alpha_trait=_pixel->alpha_trait; in operator std::string() 426 _pixel->alpha_trait=UndefinedPixelTrait; in setAlpha() 434 _pixel->alpha_trait=BlendPixelTrait; in setAlpha() 445 _pixelType=color_.alpha_trait != UndefinedPixelTrait ? CMYKAPixel : in setPixelType() 448 _pixelType=color_.alpha_trait != UndefinedPixelTrait ? RGBAPixel : in setPixelType()
|