Home
last modified time | relevance | path

Searched refs:GrayPixelChannel (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/coders/
Dmask.c270 SetPixelChannel(mask_image,GrayPixelChannel,0,q); in MaskImage()
271 SetPixelChannel(mask_image,GrayPixelChannel,GetPixelReadMask(image,p),q); in MaskImage()
Djson.c852 (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()
Dtxt.c796 ConcatenateColorComponent(&pixel,GrayPixelChannel,compliance, in WriteTXTImage()
/external/ImageMagick/MagickCore/
Dpixel.h71 GrayPixelChannel = 0, enumerator
Didentify.c550 (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()
Dpixel-accessor.h165 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()
Dchannel.c742 SetPixelChannel(separate_image,GrayPixelChannel,0,q); in SeparateImage()
750 SetPixelChannel(separate_image,GrayPixelChannel,p[i],q); in SeparateImage()
Dfourier.c956 GrayPixelChannel,modulus,fourier_image,exception); in ForwardFourierTransformImage()
1518 phase_image,GrayPixelChannel,modulus,fourier_image,exception); in InverseFourierTransformImage()
Dcolor.c1594 ConcatenateColorComponent(&color,GrayPixelChannel,SVGCompliance,tuple); in GetColorTuple()
Dfx.c2949 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxEvaluateExpression()
2965 status=FxEvaluateChannelExpression(fx_info,GrayPixelChannel,0,0,alpha, in FxPreprocessExpression()
Doption.c1492 { "Gray", GrayPixelChannel, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/MagickWand/
Dcompare.c1129 QuantumRange*channel_distortion[GrayPixelChannel], in CompareImagesCommand()
1130 channel_distortion[GrayPixelChannel]); in CompareImagesCommand()
1182 channel_distortion[GrayPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h897 using MagickCore::GrayPixelChannel;