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

1 2

  /external/ImageMagick/MagickCore/
pixel-accessor.h 176 return(pixel[image->channel_map[GreenPixelChannel].offset]);
182 return(image->channel_map[GreenPixelChannel].traits);
205 case GreenPixelChannel: return(pixel_info->green);
284 0.715158f*pixel[image->channel_map[GreenPixelChannel].offset]+
299 0.715158f*pixel[image->channel_map[GreenPixelChannel].offset]+
306 pixel[image->channel_map[GreenPixelChannel].offset])+0.072186f*
386 pixel[image->channel_map[GreenPixelChannel].offset];
485 value=(MagickRealType) p[image->channel_map[GreenPixelChannel].offset];
508 pixel[image->channel_map[GreenPixelChannel].offset];
510 pixel[image->channel_map[GreenPixelChannel].offset]
    [all...]
composite-private.h 90 case GreenPixelChannel:
pixel.h 76 GreenPixelChannel = 1,
identify.c 532 (void) PrintChannelLocations(file,image,GreenPixelChannel,"Green",
739 channel_statistics[GreenPixelChannel].depth);
783 (void) PrintChannelStatistics(file,GreenPixelChannel,"Green",1.0/
831 (void) PrintChannelMoments(file,GreenPixelChannel,"Green",scale,
873 (void) PrintChannelPerceptualHash(file,GreenPixelChannel,"Green, Chroma",
    [all...]
cache-view.c 744 pixel[GreenPixelChannel]=ClampToQuantum(background_color.green);
    [all...]
fourier.c 588 case GreenPixelChannel:
640 case GreenPixelChannel:
743 case GreenPixelChannel:
977 GreenPixelChannel,modulus,fourier_image,exception);
    [all...]
feature.c     [all...]
composite.c     [all...]
color.c     [all...]
channel.c 354 case GreenPixelChannel:
899 case GreenPixelChannel:
    [all...]
histogram.c     [all...]
stream.c 469 pixel[GreenPixelChannel]=ClampToQuantum(image->background_color.green);
534 pixel[GreenPixelChannel]=ClampToQuantum(image->background_color.green);
    [all...]
fx.c     [all...]
enhance.c 397 traits=GetPixelChannelTraits(image,GreenPixelChannel);
    [all...]
option.c     [all...]
pixel.c     [all...]
property.c     [all...]
cache.c     [all...]
effect.c     [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 499 _channels.push_back(Magick::ChannelPerceptualHash(GreenPixelChannel,
539 if (_channels[1].channel() != GreenPixelChannel)
589 traits=GetPixelChannelTraits(image_.constImage(),GreenPixelChannel);
591 _channels.push_back(Magick::ChannelPerceptualHash(GreenPixelChannel,
592 &channel_perceptual_hash[GreenPixelChannel]));
Image.cpp 983 if (channel == GreenPixelChannel || channel == BluePixelChannel)
    [all...]
  /external/ImageMagick/coders/
json.c 837 (void) PrintChannelLocations(file,image,GreenPixelChannel,"Green",
    [all...]
txt.c 810 ConcatenateColorComponent(&pixel,GreenPixelChannel,compliance,
  /external/ImageMagick/MagickWand/
compare.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 901 using MagickCore::GreenPixelChannel;
    [all...]

Completed in 227 milliseconds

1 2