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

1 2

  /external/ImageMagick/MagickCore/
pixel-accessor.h 90 return(pixel[image->channel_map[BluePixelChannel].offset]);
95 return(image->channel_map[BluePixelChannel].traits);
206 case BluePixelChannel: return(pixel_info->blue);
285 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]);
300 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]);
308 pixel[image->channel_map[BluePixelChannel].offset]));
388 pixel[image->channel_map[BluePixelChannel].offset];
488 value=(MagickRealType) p[image->channel_map[BluePixelChannel].offset];
511 pixel[image->channel_map[BluePixelChannel].offset];
565 pixel[image->channel_map[BluePixelChannel].offset]
    [all...]
composite-private.h 96 case BluePixelChannel:
pixel.h 80 BluePixelChannel = 2,
identify.c 534 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue",
741 channel_statistics[BluePixelChannel].depth);
785 (void) PrintChannelStatistics(file,BluePixelChannel,"Blue",1.0/
833 (void) PrintChannelMoments(file,BluePixelChannel,"Blue",scale,
875 (void) PrintChannelPerceptualHash(file,BluePixelChannel,"Blue, Luma",
    [all...]
cache-view.c 745 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue);
    [all...]
fourier.c 594 case BluePixelChannel:
646 case BluePixelChannel:
748 case BluePixelChannel:
991 BluePixelChannel,modulus,fourier_image,exception);
    [all...]
feature.c     [all...]
composite.c     [all...]
color.c     [all...]
channel.c 355 case BluePixelChannel:
905 case BluePixelChannel:
    [all...]
histogram.c     [all...]
stream.c 470 pixel[BluePixelChannel]=ClampToQuantum(image->background_color.blue);
535 pixel[BluePixelChannel]=ClampToQuantum(image->background_color.blue);
    [all...]
fx.c     [all...]
enhance.c 401 traits=GetPixelChannelTraits(image,BluePixelChannel);
    [all...]
option.c     [all...]
pixel.c     [all...]
property.c     [all...]
cache.c     [all...]
effect.c     [all...]
  /external/ImageMagick/Magick++/lib/
Statistic.cpp 501 _channels.push_back(Magick::ChannelPerceptualHash(BluePixelChannel,
542 if (_channels[2].channel() != BluePixelChannel)
593 traits=GetPixelChannelTraits(image_.constImage(),BluePixelChannel);
595 _channels.push_back(Magick::ChannelPerceptualHash(BluePixelChannel,
596 &channel_perceptual_hash[BluePixelChannel]));
Image.cpp 983 if (channel == GreenPixelChannel || channel == BluePixelChannel)
    [all...]
  /external/ImageMagick/coders/
json.c 839 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue",
    [all...]
txt.c 813 ConcatenateColorComponent(&pixel,BluePixelChannel,compliance,tuple);
  /external/ImageMagick/MagickWand/
compare.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 905 using MagickCore::BluePixelChannel;
    [all...]

Completed in 796 milliseconds

1 2