Searched refs:CyanPixelChannel (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 74 CyanPixelChannel = 0, enumerator
|
D | identify.c | 577 (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()
|
D | pixel-accessor.h | 164 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()
|
D | fx.c | 848 case CyanPixelChannel: in FxGetSymbol() 2130 case CyanPixelChannel: type="cyan"; break; in FxEvaluateSubexpression()
|
D | option.c | 1860 { "C", CyanPixelChannel, UndefinedOptionFlag, MagickFalse }, 1862 { "Cyan", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/coders/ |
D | json.c | 1101 (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()
|
D | yaml.c | 1099 (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/ |
D | compare.c | 1331 channel_distortion[CyanPixelChannel],GetMagickPrecision(), in CompareImagesCommand() 1332 channel_distortion[CyanPixelChannel]); in CompareImagesCommand() 1403 GetMagickPrecision(),channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 935 using MagickCore::CyanPixelChannel;
|