Home
last modified time | relevance | path

Searched refs:alpha_trait (Results 1 – 25 of 109) sorted by relevance

12345

/external/ImageMagick/MagickCore/
Dchannel.c376 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 …]
Dattribute.c439 (image->alpha_trait == UndefinedPixelTrait)) in GetImageDepth()
708 if (image->alpha_trait == UndefinedPixelTrait) in GetImageType()
716 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType()
722 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType()
726 if (image->alpha_trait != UndefinedPixelTrait) in GetImageType()
807 if ((type == GrayscaleType) && (image->alpha_trait != UndefinedPixelTrait)) in IdentifyImageGray()
929 if (image->alpha_trait == UndefinedPixelTrait) in IdentifyImageType()
937 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType()
943 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType()
947 if (image->alpha_trait != UndefinedPixelTrait) in IdentifyImageType()
[all …]
Dfeature.c737 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 …]
Dpixel-accessor.h393 pixel_info->alpha_trait=UndefinedPixelTrait; in GetPixelInfoPixel()
401 pixel_info->alpha_trait=image->alpha_trait; in GetPixelInfoPixel()
417 pixel_info->alpha_trait=BlendPixelTrait; in GetPixelInfoPixel()
488 alpha=image->alpha_trait == UndefinedPixelTrait ? (MagickRealType) in IsPixelEquivalent()
490 beta=q->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelEquivalent()
540 alpha=p->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelInfoEquivalent()
542 beta=q->alpha_trait == UndefinedPixelTrait ? (MagickRealType) OpaqueAlpha : in IsPixelInfoEquivalent()
658 image->background_color.alpha_trait == UndefinedPixelTrait ? OpaqueAlpha : in SetPixelBackgoundColor()
805 pixel_info->alpha_trait == UndefinedPixelTrait ? OpaqueAlpha : in SetPixelViaPixelInfo()
Dcolor.c1482 if ((pixel->alpha_trait != UndefinedPixelTrait) && in IsSVGCompliant()
1577 if (pixel->alpha_trait != UndefinedPixelTrait) in GetColorTuple()
1589 if (color.alpha_trait != UndefinedPixelTrait) in GetColorTuple()
1608 if (color.alpha_trait != UndefinedPixelTrait) in GetColorTuple()
1694 if (image->alpha_trait == UndefinedPixelTrait) in IsEquivalentAlpha()
2331 color->alpha_trait=UndefinedPixelTrait; in QueryColorCompliance()
2339 color->alpha_trait=BlendPixelTrait; in QueryColorCompliance()
2385 color->alpha_trait=UndefinedPixelTrait; in QueryColorCompliance()
2389 color->alpha_trait=BlendPixelTrait; in QueryColorCompliance()
2453 if (color->alpha_trait != UndefinedPixelTrait) in QueryColorCompliance()
[all …]
Dimage.c460 alpha_trait; in AppendImages() local
488 alpha_trait=images->alpha_trait; in AppendImages()
501 if (next->alpha_trait != UndefinedPixelTrait) in AppendImages()
502 alpha_trait=BlendPixelTrait; in AppendImages()
529 append_image->alpha_trait=alpha_trait; in AppendImages()
829 clone_image->alpha_trait=image->alpha_trait; in CloneImage()
1484 mask_image->alpha_trait=UndefinedPixelTrait; in GetImageMask()
2072 image->alpha_trait=background->alpha_trait; in NewMagickImage()
2353 image->alpha_trait=BlendPixelTrait; in SetImageAlpha()
2437 (image->alpha_trait == UndefinedPixelTrait)) in SetImageBackgroundColor()
[all …]
Dvision.c401 if (image->alpha_trait != UndefinedPixelTrait) in ConnectedComponentsImage()
448 if (image->alpha_trait != UndefinedPixelTrait) in ConnectedComponentsImage()
591 component_image->alpha_trait=BlendPixelTrait; in ConnectedComponentsImage()
592 component_image->colormap[i].alpha_trait=BlendPixelTrait; in ConnectedComponentsImage()
621 component_image->alpha_trait=BlendPixelTrait; in ConnectedComponentsImage()
622 component_image->colormap[first].alpha_trait=BlendPixelTrait; in ConnectedComponentsImage()
Dquantum.c534 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/
Dgradient.c149 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()
Dvips.c452 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()
Dmiff.c257 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket()
269 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket()
282 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket()
320 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket()
352 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket()
385 if (image->alpha_trait != UndefinedPixelTrait) in PushRunlengthPacket()
676 alpha_trait; in ReadMIFFImage() local
678 alpha_trait=ParseCommandOption(MagickPixelTraitOptions, in ReadMIFFImage()
680 if (alpha_trait < 0) in ReadMIFFImage()
682 image->alpha_trait=(PixelTrait) alpha_trait; in ReadMIFFImage()
[all …]
Dtga.c243 image->alpha_trait=(alpha_bits > 0) || (tga_info.bits_per_pixel == 32) || in ReadTGAImage()
493 if (image->alpha_trait != UndefinedPixelTrait) in ReadTGAImage()
534 if (image->alpha_trait != UndefinedPixelTrait) in ReadTGAImage()
699 value=(((image->alpha_trait != UndefinedPixelTrait) && in WriteTGAPixel()
713 if (image->alpha_trait != UndefinedPixelTrait) in WriteTGAPixel()
801 (image->alpha_trait == UndefinedPixelTrait) && in WriteTGAImage()
815 if (image->alpha_trait != UndefinedPixelTrait) in WriteTGAImage()
821 if (image->alpha_trait != UndefinedPixelTrait) in WriteTGAImage()
890 *q++=(((image->alpha_trait != UndefinedPixelTrait) && ((double) in WriteTGAImage()
946 if ((image->alpha_trait != UndefinedPixelTrait) && in WriteTGAImage()
Dpnm.c399 image->alpha_trait=BlendPixelTrait; in ReadPNMImage()
410 image->alpha_trait=BlendPixelTrait; in ReadPNMImage()
415 image->alpha_trait=BlendPixelTrait; in ReadPNMImage()
426 image->alpha_trait=BlendPixelTrait; in ReadPNMImage()
957 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage()
1032 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage()
1056 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage()
1076 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage()
1109 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage()
1137 if (image->alpha_trait != UndefinedPixelTrait) in ReadPNMImage()
[all …]
Dtxt.c469 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()
845 if (pixel.alpha_trait != UndefinedPixelTrait) in WriteTXTImage()
Dtile.c128 image->alpha_trait=tile_image->alpha_trait; in ReadTILEImage()
Dmatte.c179 if (image->alpha_trait == UndefinedPixelTrait) in WriteMATTEImage()
185 matte_image->alpha_trait=UndefinedPixelTrait; in WriteMATTEImage()
Dxc.c145 image->alpha_trait=pixel.alpha_trait; in ReadXCImage()
Dsun.c419 image->alpha_trait=sun_info.depth == 32 ? BlendPixelTrait : in ReadSUNImage()
579 if (image->alpha_trait != UndefinedPixelTrait) in ReadSUNImage()
590 if (image->alpha_trait != UndefinedPixelTrait) in ReadSUNImage()
849 sun_info.depth=(unsigned int) image->alpha_trait != in WriteSUNImage()
851 sun_info.length=(unsigned int) ((image->alpha_trait != in WriteSUNImage()
912 if (image->alpha_trait != UndefinedPixelTrait) in WriteSUNImage()
929 if (image->alpha_trait != UndefinedPixelTrait) in WriteSUNImage()
Ddebug.c213 if (image->alpha_trait != UndefinedPixelTrait) in WriteDEBUGImage()
243 if (pixel.alpha_trait != UndefinedPixelTrait) in WriteDEBUGImage()
Drle.c232 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()
Dexr.c218 image->alpha_trait=BlendPixelTrait; in ReadEXRImage()
553 channels=image->alpha_trait != UndefinedPixelTrait ? IMF_WRITE_YCA : in WriteEXRImage()
556 channels=image->alpha_trait != UndefinedPixelTrait ? IMF_WRITE_RGBA : in WriteEXRImage()
593 if (image->alpha_trait == UndefinedPixelTrait) in WriteEXRImage()
Dbmp.c877 image->alpha_trait=((bmp_info.alpha_mask != 0) && in ReadBMPImage()
1013 if ((image->alpha_trait == UndefinedPixelTrait) && in ReadBMPImage()
1024 image->alpha_trait=BlendPixelTrait; in ReadBMPImage()
1032 bmp_info.alpha_mask=image->alpha_trait != UndefinedPixelTrait ? in ReadBMPImage()
1293 if (image->alpha_trait != UndefinedPixelTrait) in ReadBMPImage()
1391 if (image->alpha_trait != UndefinedPixelTrait) in ReadBMPImage()
1754 if (image->alpha_trait != UndefinedPixelTrait) in WriteBMPImage()
1779 if (image->alpha_trait != UndefinedPixelTrait) in WriteBMPImage()
1826 (image->alpha_trait != UndefinedPixelTrait) ? 32 : 24); in WriteBMPImage()
1828 (image->alpha_trait != UndefinedPixelTrait) ? BI_BITFIELDS : BI_RGB); in WriteBMPImage()
[all …]
Dgray.c177 image->alpha_trait=BlendPixelTrait; in ReadGRAYImage()
178 canvas_image->alpha_trait=BlendPixelTrait; in ReadGRAYImage()
267 if (image->alpha_trait != UndefinedPixelTrait) in ReadGRAYImage()
307 for (i=0; i < (ssize_t) (image->alpha_trait != UndefinedPixelTrait ? 4 : 3); i++) in ReadGRAYImage()
443 if (image->alpha_trait != UndefinedPixelTrait) in ReadGRAYImage()
593 if (image->alpha_trait != UndefinedPixelTrait) in ReadGRAYImage()
867 (image->alpha_trait == UndefinedPixelTrait)) in WriteGRAYImage()
Dbgr.c176 image->alpha_trait=BlendPixelTrait; in ReadBGRImage()
177 canvas_image->alpha_trait=BlendPixelTrait; in ReadBGRImage()
182 image->alpha_trait=BlendPixelTrait; in ReadBGRImage()
183 canvas_image->alpha_trait=BlendPixelTrait; in ReadBGRImage()
273 if (image->alpha_trait != UndefinedPixelTrait) in ReadBGRImage()
331 for (i=0; i < (ssize_t) (image->alpha_trait != UndefinedPixelTrait ? 4 : 3); i++) in ReadBGRImage()
582 if (image->alpha_trait != UndefinedPixelTrait) in ReadBGRImage()
881 if (image->alpha_trait != UndefinedPixelTrait) in ReadBGRImage()
1160 image->alpha_trait=BlendPixelTrait; in WriteBGRImage()
1171 (image->alpha_trait == UndefinedPixelTrait)) in WriteBGRImage()
/external/ImageMagick/Magick++/lib/
DColor.cpp264 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()

12345