Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel.h70 CyanPixelChannel = 0, enumerator
Didentify.c538 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in IdentifyImage()
745 channel_statistics[CyanPixelChannel].depth); in IdentifyImage()
789 (void) PrintChannelStatistics(file,CyanPixelChannel,"Cyan",1.0/ in IdentifyImage()
837 (void) PrintChannelMoments(file,CyanPixelChannel,"Cyan",scale, in IdentifyImage()
900 (void) PrintChannelFeatures(file,CyanPixelChannel,"Cyan", in IdentifyImage()
Dpixel-accessor.h154 return(pixel[image->channel_map[CyanPixelChannel].offset]); in GetPixelCyan()
159 return(image->channel_map[CyanPixelChannel].traits); in GetPixelCyanTraits()
731 pixel[image->channel_map[CyanPixelChannel].offset]=cyan; in SetPixelCyan()
Doption.c1489 { "C", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
1491 { "Cyan", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
Dfx.c1539 case CyanPixelChannel: in FxGetSymbol()
2517 case CyanPixelChannel: type="cyan"; break; in FxEvaluateSubexpression()
/external/ImageMagick/MagickWand/
Dcompare.c1109 QuantumRange*channel_distortion[CyanPixelChannel], in CompareImagesCommand()
1110 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
1167 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/coders/
Djson.c840 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in EncodeImageAttributes()
966 (void) PrintChannelStatistics(file,CyanPixelChannel,"Cyan",1.0/scale, in EncodeImageAttributes()
1008 (void) PrintChannelMoments(file,CyanPixelChannel,"Cyan",MagickTrue, in EncodeImageAttributes()
1066 (void) PrintChannelFeatures(file,CyanPixelChannel,"Cyan",MagickTrue, in EncodeImageAttributes()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h896 using MagickCore::CyanPixelChannel;