Searched refs:GrayPixelChannel (Results 1 – 13 of 13) sorted by relevance
/external/ImageMagick/coders/ |
D | mask.c | 270 SetPixelChannel(mask_image,GrayPixelChannel,0,q); in MaskImage() 271 SetPixelChannel(mask_image,GrayPixelChannel,GetPixelReadMask(image,p),q); in MaskImage()
|
D | json.c | 852 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray", in EncodeImageAttributes() 978 (void) PrintChannelStatistics(file,GrayPixelChannel,"Gray",1.0/scale, in EncodeImageAttributes() 1020 (void) PrintChannelMoments(file,GrayPixelChannel,"Gray",MagickFalse, in EncodeImageAttributes() 1078 (void) PrintChannelFeatures(file,GrayPixelChannel,"Gray",MagickFalse, in EncodeImageAttributes()
|
D | txt.c | 796 ConcatenateColorComponent(&pixel,GrayPixelChannel,compliance, in WriteTXTImage()
|
/external/ImageMagick/MagickCore/ |
D | pixel.h | 71 GrayPixelChannel = 0, enumerator
|
D | identify.c | 550 (void) PrintChannelLocations(file,image,GrayPixelChannel,"Gray", in IdentifyImage() 757 channel_statistics[GrayPixelChannel].depth); in IdentifyImage() 801 (void) PrintChannelStatistics(file,GrayPixelChannel,"Gray",1.0/ in IdentifyImage() 849 (void) PrintChannelMoments(file,GrayPixelChannel,"Gray",scale, in IdentifyImage() 912 (void) PrintChannelFeatures(file,GrayPixelChannel,"Gray", in IdentifyImage()
|
D | pixel-accessor.h | 165 return(pixel[image->channel_map[GrayPixelChannel].offset]); in GetPixelGray() 170 return(image->channel_map[GrayPixelChannel].traits); in GetPixelGrayTraits() 737 pixel[image->channel_map[GrayPixelChannel].offset]=gray; in SetPixelGray() 742 image->channel_map[GrayPixelChannel].traits=traits; in SetPixelGrayTraits()
|
D | channel.c | 742 SetPixelChannel(separate_image,GrayPixelChannel,0,q); in SeparateImage() 750 SetPixelChannel(separate_image,GrayPixelChannel,p[i],q); in SeparateImage()
|
D | fourier.c | 956 GrayPixelChannel,modulus,fourier_image,exception); in ForwardFourierTransformImage() 1518 phase_image,GrayPixelChannel,modulus,fourier_image,exception); in InverseFourierTransformImage()
|
D | color.c | 1594 ConcatenateColorComponent(&color,GrayPixelChannel,SVGCompliance,tuple); in GetColorTuple()
|
D | fx.c | 2949 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxEvaluateExpression() 2965 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxPreprocessExpression()
|
D | option.c | 1492 { "Gray", GrayPixelChannel, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1129 QuantumRange*channel_distortion[GrayPixelChannel], in CompareImagesCommand() 1130 channel_distortion[GrayPixelChannel]); in CompareImagesCommand() 1182 channel_distortion[GrayPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 897 using MagickCore::GrayPixelChannel;
|