Home
last modified time | relevance | path

Searched refs:YellowPixelChannel (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/MagickCore/
Dpixel.h85 YellowPixelChannel = 2, enumerator
Dpixel-accessor.h453 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()
Didentify.c581 (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()
Dfx.c860 case YellowPixelChannel: in FxGetSymbol()
2132 case YellowPixelChannel: type="yellow"; break; in FxEvaluateSubexpression()
Doption.c1878 { "Y", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
1879 { "Yellow", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
/external/ImageMagick/coders/
Djson.c1105 (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()
Dyaml.c1103 (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/
Dcompare.c1340 channel_distortion[YellowPixelChannel],GetMagickPrecision(), in CompareImagesCommand()
1341 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
1409 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h945 using MagickCore::YellowPixelChannel;