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

1 2

  /external/ImageMagick/MagickCore/
pixel-accessor.h 204 case RedPixelChannel: return(pixel_info->red);
283 0.212656f*pixel[image->channel_map[RedPixelChannel].offset]+
298 0.212656f*pixel[image->channel_map[RedPixelChannel].offset]+
304 pixel[image->channel_map[RedPixelChannel].offset])+0.715158f*
368 return(pixel[image->channel_map[RedPixelChannel].offset]);
373 return(image->channel_map[RedPixelChannel].traits);
384 pixel[image->channel_map[RedPixelChannel].offset];
482 value=(MagickRealType) p[image->channel_map[RedPixelChannel].offset];
507 red_green=(MagickRealType) pixel[image->channel_map[RedPixelChannel].offset]-
557 red=(MagickRealType) pixel[image->channel_map[RedPixelChannel].offset]
    [all...]
composite-private.h 84 case RedPixelChannel:
pixel.h 69 RedPixelChannel = 0,
identify.c 530 (void) PrintChannelLocations(file,image,RedPixelChannel,"Red",
737 channel_statistics[RedPixelChannel].depth);
781 (void) PrintChannelStatistics(file,RedPixelChannel,"Red",1.0/
829 (void) PrintChannelMoments(file,RedPixelChannel,"Red",scale,
871 (void) PrintChannelPerceptualHash(file,RedPixelChannel,"Red, Hue",
    [all...]
cache-view.c 743 pixel[RedPixelChannel]=ClampToQuantum(background_color.red);
    [all...]
fourier.c 581 case RedPixelChannel:
633 case RedPixelChannel:
737 case RedPixelChannel:
963 RedPixelChannel,modulus,fourier_image,exception);
    [all...]
channel.c 242 destination_channel=RedPixelChannel;
296 destination_channel=RedPixelChannel;
353 case RedPixelChannel:
893 case RedPixelChannel:
    [all...]
feature.c 597 % contrast=channel_features[RedPixelChannel].contrast[0];
    [all...]
color.c     [all...]
composite.c     [all...]
histogram.c     [all...]
stream.c 468 pixel[RedPixelChannel]=ClampToQuantum(image->background_color.red);
533 pixel[RedPixelChannel]=ClampToQuantum(image->background_color.red);
    [all...]
fx.c     [all...]
enhance.c 393 traits=GetPixelChannelTraits(image,RedPixelChannel);
    [all...]
option.c     [all...]
pixel.c     [all...]
property.c     [all...]
cache.c     [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 497 _channels.push_back(Magick::ChannelPerceptualHash(RedPixelChannel,
536 if (_channels[0].channel() != RedPixelChannel)
585 traits=GetPixelChannelTraits(image_.constImage(),RedPixelChannel);
587 _channels.push_back(Magick::ChannelPerceptualHash(RedPixelChannel,
588 &channel_perceptual_hash[RedPixelChannel]));
  /external/ImageMagick/coders/
json.c 835 (void) PrintChannelLocations(file,image,RedPixelChannel,"Red",
    [all...]
txt.c 808 ConcatenateColorComponent(&pixel,RedPixelChannel,compliance,tuple);
  /external/ImageMagick/MagickWand/
compare.c     [all...]
  /external/ImageMagick/www/api/
feature.php 107 contrast=channel_features[RedPixelChannel].contrast[0];
statistic.php 363 red_mean=channel_statistics[RedPixelChannel].mean;
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 895 using MagickCore::RedPixelChannel;
    [all...]

Completed in 2822 milliseconds

1 2