HomeSort by relevance Sort by last modified time
    Searched refs:GrayPixelChannel (Results 1 - 13 of 13) sorted by null

  /external/ImageMagick/coders/
mask.c 275 SetPixelChannel(mask_image,GrayPixelChannel,0,q);
276 SetPixelChannel(mask_image,GrayPixelChannel,GetPixelWriteMask(image,p),q);
json.c     [all...]
txt.c 836 ConcatenateColorComponent(&pixel,GrayPixelChannel,compliance,tuple);
  /external/ImageMagick/MagickCore/
pixel.h 72 GrayPixelChannel = 0,
pixel-accessor.h 175 return(pixel[image->channel_map[GrayPixelChannel].offset]);
180 return(image->channel_map[GrayPixelChannel].traits);
760 pixel[image->channel_map[GrayPixelChannel].offset]=gray;
765 image->channel_map[GrayPixelChannel].traits=traits;
identify.c 589 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray",
804 channel_statistics[GrayPixelChannel].depth);
856 (void) PrintChannelStatistics(file,GrayPixelChannel,"Gray",1.0/
    [all...]
channel.c 791 SetPixelChannel(separate_image,GrayPixelChannel,(Quantum) 0,q);
799 SetPixelChannel(separate_image,GrayPixelChannel,p[i],q);
    [all...]
fourier.c 960 GrayPixelChannel,modulus,fourier_image,exception);
    [all...]
color.c     [all...]
fx.c     [all...]
option.c     [all...]
  /external/ImageMagick/MagickWand/
compare.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 907 using MagickCore::GrayPixelChannel;
    [all...]

Completed in 752 milliseconds