Searched refs:YellowPixelChannel (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 82 YellowPixelChannel = 2, enumerator
|
D | identify.c | 578 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in IdentifyImage() 793 channel_statistics[YellowPixelChannel].depth); in IdentifyImage() 845 (void) PrintChannelStatistics(file,YellowPixelChannel,"Yellow",1.0/ in IdentifyImage() 908 (void) PrintChannelMoments(file,YellowPixelChannel,"Yellow",scale, in IdentifyImage() 976 (void) PrintChannelFeatures(file,YellowPixelChannel,"Yellow", in IdentifyImage()
|
D | pixel-accessor.h | 446 return(pixel[image->channel_map[YellowPixelChannel].offset]); in GetPixelYellow() 452 return(image->channel_map[YellowPixelChannel].traits); in GetPixelYellowTraits() 867 pixel[image->channel_map[YellowPixelChannel].offset]=yellow; in SetPixelYellow() 872 image->channel_map[YellowPixelChannel].traits=traits; in SetPixelYellowTraits()
|
D | option.c | 1798 { "Y", YellowPixelChannel, UndefinedOptionFlag, MagickFalse }, 1799 { "Yellow", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
|
D | fx.c | 1551 case YellowPixelChannel: in FxGetSymbol() 2559 case YellowPixelChannel: type="yellow"; break; in FxEvaluateSubexpression()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1329 QuantumRange*channel_distortion[YellowPixelChannel], in CompareImagesCommand() 1330 channel_distortion[YellowPixelChannel]); in CompareImagesCommand() 1388 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/coders/ |
D | json.c | 1089 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in EncodeImageAttributes() 1218 (void) PrintChannelStatistics(file,YellowPixelChannel,"Yellow",1.0/ in EncodeImageAttributes() 1261 (void) PrintChannelMoments(file,YellowPixelChannel,"Yellow", in EncodeImageAttributes() 1312 (void) PrintChannelFeatures(file,YellowPixelChannel,"Yellow", in EncodeImageAttributes()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 916 using MagickCore::YellowPixelChannel;
|