Searched refs:YellowPixelChannel (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 81 YellowPixelChannel = 2, enumerator
|
D | identify.c | 542 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in IdentifyImage() 749 channel_statistics[YellowPixelChannel].depth); in IdentifyImage() 793 (void) PrintChannelStatistics(file,YellowPixelChannel,"Yellow",1.0/ in IdentifyImage() 841 (void) PrintChannelMoments(file,YellowPixelChannel,"Yellow",scale, in IdentifyImage() 904 (void) PrintChannelFeatures(file,YellowPixelChannel,"Yellow", in IdentifyImage()
|
D | pixel-accessor.h | 428 return(pixel[image->channel_map[YellowPixelChannel].offset]); in GetPixelYellow() 434 return(image->channel_map[YellowPixelChannel].traits); in GetPixelYellowTraits() 844 pixel[image->channel_map[YellowPixelChannel].offset]=yellow; in SetPixelYellow() 849 image->channel_map[YellowPixelChannel].traits=traits; in SetPixelYellowTraits()
|
D | option.c | 1505 { "Y", YellowPixelChannel, UndefinedOptionFlag, MagickFalse }, 1506 { "Yellow", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
|
D | fx.c | 1551 case YellowPixelChannel: in FxGetSymbol() 2519 case YellowPixelChannel: type="yellow"; break; in FxEvaluateSubexpression()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1115 QuantumRange*channel_distortion[YellowPixelChannel], in CompareImagesCommand() 1116 channel_distortion[YellowPixelChannel]); in CompareImagesCommand() 1171 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/coders/ |
D | json.c | 844 (void) PrintChannelLocations(file,image,YellowPixelChannel,"Yellow", in EncodeImageAttributes() 970 (void) PrintChannelStatistics(file,YellowPixelChannel,"Yellow",1.0/ in EncodeImageAttributes() 1012 (void) PrintChannelMoments(file,YellowPixelChannel,"Yellow", in EncodeImageAttributes() 1070 (void) PrintChannelFeatures(file,YellowPixelChannel,"Yellow", in EncodeImageAttributes()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 906 using MagickCore::YellowPixelChannel;
|