Searched refs:CyanPixelChannel (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 71 CyanPixelChannel = 0, enumerator
|
D | identify.c | 574 (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()
|
D | pixel-accessor.h | 164 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()
|
D | option.c | 1780 { "C", CyanPixelChannel, UndefinedOptionFlag, MagickFalse }, 1782 { "Cyan", CyanPixelChannel, UndefinedOptionFlag, MagickFalse },
|
D | fx.c | 1539 case CyanPixelChannel: in FxGetSymbol() 2557 case CyanPixelChannel: type="cyan"; break; in FxEvaluateSubexpression()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1323 QuantumRange*channel_distortion[CyanPixelChannel], in CompareImagesCommand() 1324 channel_distortion[CyanPixelChannel]); in CompareImagesCommand() 1384 channel_distortion[CyanPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/coders/ |
D | json.c | 1085 (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++/ |
D | Include.h | 906 using MagickCore::CyanPixelChannel;
|