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

  /external/ImageMagick/coders/
mask.c 276 SetPixelChannel(mask_image,GrayPixelChannel,0,q);
277 SetPixelChannel(mask_image,GrayPixelChannel,GetPixelReadMask(image,p),q);
json.c 857 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray",
    [all...]
txt.c 804 ConcatenateColorComponent(&pixel,GrayPixelChannel,compliance,
  /external/ImageMagick/MagickCore/
pixel.h 71 GrayPixelChannel = 0,
pixel-accessor.h 165 return(pixel[image->channel_map[GrayPixelChannel].offset]);
170 return(image->channel_map[GrayPixelChannel].traits);
737 pixel[image->channel_map[GrayPixelChannel].offset]=gray;
742 image->channel_map[GrayPixelChannel].traits=traits;
identify.c 552 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray",
759 channel_statistics[GrayPixelChannel].depth);
803 (void) PrintChannelStatistics(file,GrayPixelChannel,"Gray",1.0/
851 (void) PrintChannelMoments(file,GrayPixelChannel,"Gray",scale,
    [all...]
channel.c 742 SetPixelChannel(separate_image,GrayPixelChannel,0,q);
750 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 897 using MagickCore::GrayPixelChannel;
    [all...]

Completed in 246 milliseconds