Searched refs:CyanPixelChannel (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 70 CyanPixelChannel = 0, enumerator
|
D | identify.c | 538 (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()
|
D | pixel-accessor.h | 154 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()
|
D | option.c | 1489 { "C", CyanPixelChannel, UndefinedOptionFlag, MagickFalse }, 1491 { "Cyan", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
|
D | fx.c | 1539 case CyanPixelChannel: in FxGetSymbol() 2517 case CyanPixelChannel: type="cyan"; break; in FxEvaluateSubexpression()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1109 QuantumRange*channel_distortion[CyanPixelChannel], in CompareImagesCommand() 1110 channel_distortion[CyanPixelChannel]); in CompareImagesCommand() 1167 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/coders/ |
D | json.c | 840 (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++/ |
D | Include.h | 896 using MagickCore::CyanPixelChannel;
|