HomeSort by relevance Sort by last modified time
    Searched refs:AlphaPixelChannel (Results 1 - 25 of 29) sorted by null

1 2

  /external/ImageMagick/MagickCore/
pixel-accessor.h 56 if (image->channel_map[AlphaPixelChannel].traits == UndefinedPixelTrait)
58 return(pixel[image->channel_map[AlphaPixelChannel].offset]);
64 return(image->channel_map[AlphaPixelChannel].traits);
208 case AlphaPixelChannel: return(pixel_info->alpha);
360 if (image->channel_map[AlphaPixelChannel].traits != BlendPixelTrait)
362 return(QuantumRange-pixel[image->channel_map[AlphaPixelChannel].offset]);
395 if (image->channel_map[AlphaPixelChannel].traits != UndefinedPixelTrait)
398 pixel[image->channel_map[AlphaPixelChannel].offset];
465 value=(MagickRealType) p[image->channel_map[AlphaPixelChannel].offset];
609 if (image->channel_map[AlphaPixelChannel].traits != UndefinedPixelTrait
    [all...]
composite-private.h 108 case AlphaPixelChannel:
pixel.h 84 AlphaPixelChannel = 4,
identify.c 558 (void) PrintChannelLocations(file,image,AlphaPixelChannel,"Alpha",
765 channel_statistics[AlphaPixelChannel].depth);
809 (void) PrintChannelStatistics(file,AlphaPixelChannel,"Alpha",1.0/
857 (void) PrintChannelMoments(file,AlphaPixelChannel,"Alpha",scale,
878 (void) PrintChannelPerceptualHash(file,AlphaPixelChannel,"Alpha, Alpha",
    [all...]
channel.c 359 case AlphaPixelChannel:
917 case AlphaPixelChannel:
    [all...]
cache-view.c 747 pixel[AlphaPixelChannel]=ClampToQuantum(background_color.alpha);
    [all...]
fourier.c 606 case AlphaPixelChannel:
658 case AlphaPixelChannel:
758 case AlphaPixelChannel:
1019 AlphaPixelChannel,modulus,fourier_image,exception);
    [all...]
feature.c     [all...]
color.c     [all...]
composite.c 468 if (channel == AlphaPixelChannel)
    [all...]
pixel.c     [all...]
histogram.c     [all...]
fx.c     [all...]
resize.c     [all...]
stream.c 472 pixel[AlphaPixelChannel]=ClampToQuantum(image->background_color.alpha);
537 pixel[AlphaPixelChannel]=ClampToQuantum(image->background_color.alpha);
    [all...]
enhance.c 409 traits=GetPixelChannelTraits(image,AlphaPixelChannel);
    [all...]
compare.c 968 if (channel == AlphaPixelChannel)
    [all...]
option.c     [all...]
property.c     [all...]
accelerate.c 141 (GetPixelChannelOffset(image,AlphaPixelChannel) == 1))
156 if (GetPixelChannelOffset(image,AlphaPixelChannel) != 3)
    [all...]
  /external/ImageMagick/MagickWand/
compare.c     [all...]
  /external/ImageMagick/coders/
json.c 828 (void) PrintChannelLocations(file,image,AlphaPixelChannel,"Alpha",
903 channel_statistics[AlphaPixelChannel].depth);
    [all...]
txt.c 824 ConcatenateColorComponent(&pixel,AlphaPixelChannel,compliance,
psd.c 334 if (channel != AlphaPixelChannel)
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 909 using MagickCore::AlphaPixelChannel;
    [all...]

Completed in 647 milliseconds

1 2