/external/ImageMagick/MagickCore/ |
D | pixel-accessor.h | 58 if (image->channel_map[AlphaPixelChannel].traits == UndefinedPixelTrait) in GetPixelAlpha() 78 if (image->channel_map[BlackPixelChannel].traits == UndefinedPixelTrait) in GetPixelBlack() 114 if (image->channel_map[channel].traits == UndefinedPixelTrait) in GetPixelChannel() 145 if (image->channel_map[CompositeMaskPixelChannel].traits == UndefinedPixelTrait) in GetPixelCompositeMask() 198 if (image->channel_map[IndexPixelChannel].traits == UndefinedPixelTrait) in GetPixelIndex() 225 if (pixel_info->alpha_trait == UndefinedPixelTrait) in GetPixelInfoChannel() 347 if (image->channel_map[ReadMaskPixelChannel].traits == UndefinedPixelTrait) in GetPixelReadMask() 355 if (image->channel_map[WriteMaskPixelChannel].traits == UndefinedPixelTrait) in GetPixelWriteMask() 403 pixel_info->alpha_trait=UndefinedPixelTrait; in GetPixelInfoPixel() 420 if (image->channel_map[BlackPixelChannel].traits != UndefinedPixelTrait) in GetPixelInfoPixel() [all …]
|
D | channel.c | 173 if ((destination_traits == UndefinedPixelTrait) || in ChannelImage() 174 (source_traits == UndefinedPixelTrait)) in ChannelImage() 603 if (traits == UndefinedPixelTrait) in CombineImages() 677 return(image->alpha_trait != UndefinedPixelTrait ? MagickTrue : MagickFalse); in GetImageAlphaChannel() 747 separate_image->alpha_trait=UndefinedPixelTrait; in SeparateImage() 792 if ((traits == UndefinedPixelTrait) || in SeparateImage() 867 if ((traits == UndefinedPixelTrait) || ((traits & UpdatePixelTrait) == 0)) in SeparateImages() 935 if (traits == UndefinedPixelTrait) in FlattenPixelInfo() 1061 if (image->alpha_trait == UndefinedPixelTrait) in SetImageAlphaChannel() 1112 if (image->alpha_trait == UndefinedPixelTrait) in SetImageAlphaChannel() [all …]
|
D | compare.c | 292 if ((traits == UndefinedPixelTrait) || in CompareImages() 293 (reconstruct_traits == UndefinedPixelTrait) || in CompareImages() 452 if ((traits == UndefinedPixelTrait) || in GetAbsoluteDistortion() 453 (reconstruct_traits == UndefinedPixelTrait) || in GetAbsoluteDistortion() 565 if ((traits == UndefinedPixelTrait) || in GetFuzzDistortion() 566 (reconstruct_traits == UndefinedPixelTrait) || in GetFuzzDistortion() 680 if ((traits == UndefinedPixelTrait) || in GetMeanAbsoluteDistortion() 681 (reconstruct_traits == UndefinedPixelTrait) || in GetMeanAbsoluteDistortion() 785 if ((traits == UndefinedPixelTrait) || in GetMeanErrorPerPixel() 786 (reconstruct_traits == UndefinedPixelTrait) || in GetMeanErrorPerPixel() [all …]
|
D | transform.c | 292 if ((traits == UndefinedPixelTrait) || in ChopImage() 293 (chop_traits == UndefinedPixelTrait)) in ChopImage() 358 if ((traits == UndefinedPixelTrait) || in ChopImage() 359 (chop_traits == UndefinedPixelTrait)) in ChopImage() 710 if ((traits == UndefinedPixelTrait) || in CropImage() 711 (crop_traits == UndefinedPixelTrait)) in CropImage() 1057 if ((traits == UndefinedPixelTrait) || in ExcerptImage() 1058 (excerpt_traits == UndefinedPixelTrait)) in ExcerptImage() 1255 if ((traits == UndefinedPixelTrait) || in FlipImage() 1256 (flip_traits == UndefinedPixelTrait)) in FlipImage() [all …]
|
D | feature.c | 738 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 764 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 779 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 980 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1069 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1109 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1121 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1131 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1146 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() 1161 if (image->alpha_trait != UndefinedPixelTrait) in GetImageFeatures() [all …]
|
D | attribute.c | 921 (image->alpha_trait == UndefinedPixelTrait)) in GetImageDepth() 1515 if (image->alpha_trait == UndefinedPixelTrait) in GetImageType() 1523 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType() 1529 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType() 1533 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType() 1614 if ((type == GrayscaleType) && (image->alpha_trait != UndefinedPixelTrait)) in IdentifyImageGray() 1736 if (image->alpha_trait == UndefinedPixelTrait) in IdentifyImageType() 1744 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType() 1750 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType() 1754 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType() [all …]
|
D | composite.c | 432 if ((traits == UndefinedPixelTrait) || in CompositeOverImage() 433 (source_traits == UndefinedPixelTrait)) in CompositeOverImage() 461 if (traits == UndefinedPixelTrait) in CompositeOverImage() 463 if ((source_traits == UndefinedPixelTrait) && in CompositeOverImage() 612 if ((source_image->alpha_trait == UndefinedPixelTrait) && in CompositeImage() 613 (image->alpha_trait != UndefinedPixelTrait)) in CompositeImage() 664 if ((source_traits == UndefinedPixelTrait) || in CompositeImage() 665 (traits == UndefinedPixelTrait)) in CompositeImage() 771 if (image->alpha_trait == UndefinedPixelTrait) in CompositeImage() 1335 if ((traits == UndefinedPixelTrait) || in CompositeImage() [all …]
|
D | histogram.c | 171 if (pixel->alpha_trait != UndefinedPixelTrait) in ColorToNodeId() 184 alpha=p->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelInfoColorMatch() 186 beta=q->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelInfoColorMatch() 377 number_children=image->alpha_trait == UndefinedPixelTrait ? 8UL : 16UL; in DefineImageHistogram() 476 number_children=image->alpha_trait == UndefinedPixelTrait ? 8UL : 16UL; in DestroyColorCube() 1093 if (pixel.alpha_trait != UndefinedPixelTrait) in GetNumberColors() 1165 number_children=unique_image->alpha_trait == UndefinedPixelTrait ? 8UL : 16UL; in UniqueColorsToImage()
|
D | visual-effects.c | 238 if ((traits == UndefinedPixelTrait) || in AddNoiseImage() 239 (noise_traits == UndefinedPixelTrait)) in AddNoiseImage() 483 edge_image->alpha_trait=UndefinedPixelTrait; in CharcoalImage() 585 if ((colorize_image->alpha_trait == UndefinedPixelTrait) && in ColorizeImage() 586 (colorize->alpha_trait != UndefinedPixelTrait)) in ColorizeImage() 649 if (traits == UndefinedPixelTrait) in ColorizeImage() 865 if (image->alpha_trait != UndefinedPixelTrait) in ColorMatrixImage() 984 if ((canvas_image->alpha_trait == UndefinedPixelTrait) && in ImplodeImage() 1075 if ((traits == UndefinedPixelTrait) || in ImplodeImage() 1076 (implode_traits == UndefinedPixelTrait)) in ImplodeImage() [all …]
|
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()
|
D | identify.c | 192 if (traits == UndefinedPixelTrait) in GetLocationStatistics() 328 if (traits == UndefinedPixelTrait) in PrintChannelLocations() 417 if (traits == UndefinedPixelTrait) in PrintChannelPerceptualHash() 602 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImage() 817 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImage() 874 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImage() 936 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImage() 1004 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImage() 1017 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImage() 1109 if (pixel.alpha_trait != UndefinedPixelTrait) in IdentifyImage()
|
D | statistic.c | 630 if ((traits == UndefinedPixelTrait) || in EvaluateImages() 631 (evaluate_traits == UndefinedPixelTrait) || in EvaluateImages() 647 if ((traits == UndefinedPixelTrait) || in EvaluateImages() 746 if ((traits == UndefinedPixelTrait) || in EvaluateImages() 747 (evaluate_traits == UndefinedPixelTrait)) in EvaluateImages() 798 if ((traits == UndefinedPixelTrait) || in EvaluateImages() 906 if (traits == UndefinedPixelTrait) in EvaluateImage() 1135 if (traits == UndefinedPixelTrait) in FunctionImage() 1446 if (traits == UndefinedPixelTrait) in GetImageChannels() 1532 if (traits == UndefinedPixelTrait) in GetImageMoments() [all …]
|
D | color.c | 1539 if (pixel->alpha_trait != UndefinedPixelTrait) in GetColorTuple() 1551 if (color.alpha_trait != UndefinedPixelTrait) in GetColorTuple() 1570 if (color.alpha_trait != UndefinedPixelTrait) in GetColorTuple() 1656 if (image->alpha_trait == UndefinedPixelTrait) in IsEquivalentAlpha() 2378 color->alpha_trait=UndefinedPixelTrait; in QueryColorCompliance() 2434 color->alpha_trait=UndefinedPixelTrait; in QueryColorCompliance() 2507 if (color->alpha_trait != UndefinedPixelTrait) in QueryColorCompliance() 2518 (color->alpha_trait != UndefinedPixelTrait)) in QueryColorCompliance() 2537 (color->alpha_trait != UndefinedPixelTrait)) in QueryColorCompliance() 2612 UndefinedPixelTrait; in QueryColorCompliance() [all …]
|
D | paint.c | 183 if ((image->alpha_trait == UndefinedPixelTrait) && in FloodfillPaintImage() 184 (draw_info->fill.alpha_trait != UndefinedPixelTrait)) in FloodfillPaintImage() 192 floodplane_image->alpha_trait=UndefinedPixelTrait; in FloodfillPaintImage() 826 if ((traits == UndefinedPixelTrait) || in OilPaintImage() 827 (paint_traits == UndefinedPixelTrait)) in OilPaintImage() 1083 if (image->alpha_trait == UndefinedPixelTrait) in TransparentPaintImage() 1212 if (image->alpha_trait == UndefinedPixelTrait) in TransparentPaintImageChroma()
|
/external/ImageMagick/coders/ |
D | tga.c | 246 (tga_info.colormap_size == 32) ? BlendPixelTrait : UndefinedPixelTrait; 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 | 987 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1059 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1083 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1103 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1136 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1164 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1193 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1222 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1247 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() 1273 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage() [all …]
|
D | matte.c | 179 if (image->alpha_trait == UndefinedPixelTrait) in WriteMATTEImage() 185 matte_image->alpha_trait=UndefinedPixelTrait; in WriteMATTEImage()
|
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() 868 image->alpha_trait=matte == 0 ? UndefinedPixelTrait : in ReadMIFFImage() 1318 if (image->alpha_trait != UndefinedPixelTrait) in ReadMIFFImage() 1337 if (image->alpha_trait != UndefinedPixelTrait) in ReadMIFFImage() 1342 if (image->alpha_trait != UndefinedPixelTrait) in ReadMIFFImage() [all …]
|
D | debug.c | 213 if (image->alpha_trait != UndefinedPixelTrait) in WriteDEBUGImage() 243 if (pixel.alpha_trait != UndefinedPixelTrait) in WriteDEBUGImage()
|
D | txt.c | 470 image->alpha_trait=UndefinedPixelTrait; in ReadTXTImage() 512 if (image->alpha_trait != UndefinedPixelTrait) in ReadTXTImage() 528 if (image->alpha_trait != UndefinedPixelTrait) in ReadTXTImage() 542 if (image->alpha_trait != UndefinedPixelTrait) in ReadTXTImage() 775 if (image->alpha_trait != UndefinedPixelTrait) in WriteTXTImage() 839 if (pixel.alpha_trait != UndefinedPixelTrait) in WriteTXTImage()
|
D | sun.c | 419 UndefinedPixelTrait; in ReadSUNImage() 582 if (image->alpha_trait != UndefinedPixelTrait) in ReadSUNImage() 593 if (image->alpha_trait != UndefinedPixelTrait) in ReadSUNImage() 847 UndefinedPixelTrait ? 32U : 24U; in WriteSUNImage() 849 UndefinedPixelTrait ? 4 : 3)*number_pixels); 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 | flif.c | 209 BlendPixelTrait : UndefinedPixelTrait); in ReadFLIFImage() 490 if (image->alpha_trait != UndefinedPixelTrait) in WriteFLIFImage() 506 if (image->alpha_trait != UndefinedPixelTrait) in WriteFLIFImage()
|
D | gradient.c | 245 if ((stops[0].color.alpha_trait != UndefinedPixelTrait) || in ReadGRADIENTImage() 246 (stops[1].color.alpha_trait != UndefinedPixelTrait)) in ReadGRADIENTImage()
|
D | clipboard.c | 332 if (image->alpha_trait == UndefinedPixelTrait) in WriteCLIPBOARDImage() 364 if (image->alpha_trait == UndefinedPixelTrait) in WriteCLIPBOARDImage()
|