Searched refs:YellowPixelChannel (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 85 YellowPixelChannel = 2, enumerator
|
D | pixel-accessor.h | 453 return(pixel[image->channel_map[YellowPixelChannel].offset]); in GetPixelYellow() 459 return(image->channel_map[YellowPixelChannel].traits); in GetPixelYellowTraits() 874 pixel[image->channel_map[YellowPixelChannel].offset]=yellow; in SetPixelYellow() 879 image->channel_map[YellowPixelChannel].traits=traits; in SetPixelYellowTraits()
|
D | identify.c | 581 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in IdentifyImage() 797 channel_statistics[YellowPixelChannel].depth); in IdentifyImage() 846 (void) PrintChannelStatistics(file,YellowPixelChannel,"Yellow",1.0/ in IdentifyImage() 909 (void) PrintChannelMoments(file,YellowPixelChannel,"Yellow",scale, in IdentifyImage() 977 (void) PrintChannelFeatures(file,YellowPixelChannel,"Yellow", in IdentifyImage()
|
D | fx.c | 860 case YellowPixelChannel: in FxGetSymbol() 2132 case YellowPixelChannel: type="yellow"; break; in FxEvaluateSubexpression()
|
D | option.c | 1878 { "Y", YellowPixelChannel, UndefinedOptionFlag, MagickFalse }, 1879 { "Yellow", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
|
/external/ImageMagick/coders/ |
D | json.c | 1105 (void) PrintChannelLocations(file,image,YellowPixelChannel,"yellow", in EncodeImageAttributes() 1234 (void) PrintChannelStatistics(file,YellowPixelChannel,"yellow",1.0/ in EncodeImageAttributes() 1277 (void) PrintChannelMoments(file,YellowPixelChannel,"yellow", in EncodeImageAttributes() 1328 (void) PrintChannelFeatures(file,YellowPixelChannel,"yellow", in EncodeImageAttributes()
|
D | yaml.c | 1103 (void) PrintChannelLocations(file,image,YellowPixelChannel,"yellow", in EncodeImageAttributes() 1232 (void) PrintChannelStatistics(file,YellowPixelChannel,"yellow",1.0/ in EncodeImageAttributes() 1275 (void) PrintChannelMoments(file,YellowPixelChannel,"yellow", in EncodeImageAttributes() 1326 (void) PrintChannelFeatures(file,YellowPixelChannel,"yellow", in EncodeImageAttributes()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1340 channel_distortion[YellowPixelChannel],GetMagickPrecision(), in CompareImagesCommand() 1341 channel_distortion[YellowPixelChannel]); in CompareImagesCommand() 1409 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 945 using MagickCore::YellowPixelChannel;
|