Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel.h71 CyanPixelChannel = 0, enumerator
Didentify.c574 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in IdentifyImage()
789 channel_statistics[CyanPixelChannel].depth); in IdentifyImage()
841 (void) PrintChannelStatistics(file,CyanPixelChannel,"Cyan",1.0/ in IdentifyImage()
904 (void) PrintChannelMoments(file,CyanPixelChannel,"Cyan",scale, in IdentifyImage()
972 (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()
754 pixel[image->channel_map[CyanPixelChannel].offset]=cyan; in SetPixelCyan()
Doption.c1780 { "C", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
1782 { "Cyan", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
Dfx.c1539 case CyanPixelChannel: in FxGetSymbol()
2557 case CyanPixelChannel: type="cyan"; break; in FxEvaluateSubexpression()
/external/ImageMagick/MagickWand/
Dcompare.c1323 QuantumRange*channel_distortion[CyanPixelChannel], in CompareImagesCommand()
1324 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
1384 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/coders/
Djson.c1085 (void) PrintChannelLocations(file,image,CyanPixelChannel,"Cyan", in EncodeImageAttributes()
1214 (void) PrintChannelStatistics(file,CyanPixelChannel,"Cyan",1.0/scale, in EncodeImageAttributes()
1257 (void) PrintChannelMoments(file,CyanPixelChannel,"Cyan",MagickTrue, in EncodeImageAttributes()
1308 (void) PrintChannelFeatures(file,CyanPixelChannel,"Cyan",MagickTrue, in EncodeImageAttributes()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h906 using MagickCore::CyanPixelChannel;