Home
last modified time | relevance | path

Searched refs:CyanPixelChannel (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dpixel.h74 CyanPixelChannel = 0, enumerator
Didentify.c577 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in IdentifyImage()
793 channel_statistics[CyanPixelChannel].depth); in IdentifyImage()
842 (void) PrintChannelStatistics(file,CyanPixelChannel,"Cyan",1.0/ in IdentifyImage()
905 (void) PrintChannelMoments(file,CyanPixelChannel,"Cyan",scale, in IdentifyImage()
973 (void) PrintChannelFeatures(file,CyanPixelChannel,"Cyan", in IdentifyImage()
Dpixel-accessor.h164 return(pixel[image->channel_map[CyanPixelChannel].offset]); in GetPixelCyan()
169 return(image->channel_map[CyanPixelChannel].traits); in GetPixelCyanTraits()
761 pixel[image->channel_map[CyanPixelChannel].offset]=cyan; in SetPixelCyan()
Dfx.c848 case CyanPixelChannel: in FxGetSymbol()
2130 case CyanPixelChannel: type="cyan"; break; in FxEvaluateSubexpression()
Doption.c1860 { "C", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
1862 { "Cyan", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/coders/
Djson.c1101 (void) PrintChannelLocations(file,image,CyanPixelChannel,"cyan", in EncodeImageAttributes()
1230 (void) PrintChannelStatistics(file,CyanPixelChannel,"cyan",1.0/scale, in EncodeImageAttributes()
1273 (void) PrintChannelMoments(file,CyanPixelChannel,"cyan",MagickTrue, in EncodeImageAttributes()
1324 (void) PrintChannelFeatures(file,CyanPixelChannel,"cyan",MagickTrue, in EncodeImageAttributes()
Dyaml.c1099 (void) PrintChannelLocations(file,image,CyanPixelChannel,"cyan", in EncodeImageAttributes()
1228 (void) PrintChannelStatistics(file,CyanPixelChannel,"cyan",1.0/scale, in EncodeImageAttributes()
1271 (void) PrintChannelMoments(file,CyanPixelChannel,"cyan",MagickTrue, in EncodeImageAttributes()
1322 (void) PrintChannelFeatures(file,CyanPixelChannel,"cyan",MagickTrue, in EncodeImageAttributes()
/external/ImageMagick/MagickWand/
Dcompare.c1331 channel_distortion[CyanPixelChannel],GetMagickPrecision(), in CompareImagesCommand()
1332 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
1403 GetMagickPrecision(),channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h935 using MagickCore::CyanPixelChannel;