Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel.h82 YellowPixelChannel = 2, enumerator
Didentify.c578 (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()
Dpixel-accessor.h446 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()
Doption.c1798 { "Y", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
1799 { "Yellow", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
Dfx.c1551 case YellowPixelChannel: in FxGetSymbol()
2559 case YellowPixelChannel: type="yellow"; break; in FxEvaluateSubexpression()
/external/ImageMagick/MagickWand/
Dcompare.c1329 QuantumRange*channel_distortion[YellowPixelChannel], in CompareImagesCommand()
1330 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
1388 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/coders/
Djson.c1089 (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++/
DInclude.h916 using MagickCore::YellowPixelChannel;