Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel.h81 YellowPixelChannel = 2, enumerator
Didentify.c542 (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()
Dpixel-accessor.h428 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()
Doption.c1505 { "Y", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
1506 { "Yellow", YellowPixelChannel, UndefinedOptionFlag, MagickFalse },
Dfx.c1551 case YellowPixelChannel: in FxGetSymbol()
2519 case YellowPixelChannel: type="yellow"; break; in FxEvaluateSubexpression()
/external/ImageMagick/MagickWand/
Dcompare.c1115 QuantumRange*channel_distortion[YellowPixelChannel], in CompareImagesCommand()
1116 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
1171 channel_distortion[YellowPixelChannel]); in CompareImagesCommand()
/external/ImageMagick/coders/
Djson.c844 (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++/
DInclude.h906 using MagickCore::YellowPixelChannel;