/external/ImageMagick/MagickCore/ |
D | pixel-accessor.h | 92 return(pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelBlue() 97 return(image->channel_map[BluePixelChannel].traits); in GetPixelBlueTraits() 216 case BluePixelChannel: return(pixel_info->blue); in GetPixelInfoChannel() 305 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelLuma() 320 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelLuminance() 328 pixel[image->channel_map[BluePixelChannel].offset])); in GetPixelLuminance() 419 pixel[image->channel_map[BluePixelChannel].offset]; in GetPixelInfoPixel() 513 color=(MagickRealType) p[image->channel_map[BluePixelChannel].offset]; in IsPixelEquivalent() 536 pixel[image->channel_map[BluePixelChannel].offset]; in IsPixelGray() 589 pixel[image->channel_map[BluePixelChannel].offset]; in IsPixelMonochrome() [all …]
|
D | fourier.c | 597 case BluePixelChannel: in ForwardFourier() 649 case BluePixelChannel: in ForwardFourier() 751 case BluePixelChannel: in ForwardFourierTransform() 994 BluePixelChannel,modulus,fourier_image,exception); in ForwardFourierTransformImage() 1177 case BluePixelChannel: in InverseFourier() 1225 case BluePixelChannel: in InverseFourier() 1393 case BluePixelChannel: in InverseFourierTransform() 1556 phase_image,BluePixelChannel,modulus,fourier_image,exception); in InverseFourierTransformImage()
|
D | feature.c | 1101 channel_features[BluePixelChannel].angular_second_moment[i]+= in GetImageFeatures() 1140 channel_features[BluePixelChannel].inverse_difference_moment[i]+= in GetImageFeatures() 1172 channel_features[BluePixelChannel].entropy[i]-= in GetImageFeatures() 1237 channel_features[BluePixelChannel].correlation[i]= in GetImageFeatures() 1279 channel_features[BluePixelChannel].sum_average[i]+= in GetImageFeatures() 1296 channel_features[BluePixelChannel].sum_entropy[i]-= in GetImageFeatures() 1318 channel_features[BluePixelChannel].sum_variance[i]+= in GetImageFeatures() 1319 (x-channel_features[BluePixelChannel].sum_entropy[i])* in GetImageFeatures() 1320 (x-channel_features[BluePixelChannel].sum_entropy[i])* in GetImageFeatures() 1438 channel_features[BluePixelChannel].variance_sum_of_squares[i]= in GetImageFeatures() [all …]
|
D | identify.c | 568 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue", in IdentifyImage() 783 channel_statistics[BluePixelChannel].depth); in IdentifyImage() 835 (void) PrintChannelStatistics(file,BluePixelChannel,"Blue",1.0/ in IdentifyImage() 898 (void) PrintChannelMoments(file,BluePixelChannel,"Blue",scale, in IdentifyImage() 966 (void) PrintChannelFeatures(file,BluePixelChannel,"Blue", in IdentifyImage() 1100 ConcatenateColorComponent(&pixel,BluePixelChannel,X11Compliance, in IdentifyImage()
|
D | cache-view.c | 728 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue); in GetOneCacheViewAuthenticPixel() 801 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue); in GetOneCacheViewVirtualPixel() 932 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue); in GetOneCacheViewVirtualMethodPixel()
|
D | pixel.h | 81 BluePixelChannel = 2, enumerator
|
D | composite-private.h | 96 case BluePixelChannel: in CompositePixelOver()
|
D | composite.c | 1820 case BluePixelChannel: pixel=blue; break; 1839 if (channel == BluePixelChannel) 1991 case BluePixelChannel: pixel=blue; break; 2071 case BluePixelChannel: pixel=blue; break; 2142 case BluePixelChannel: pixel=blue; break; 2262 case BluePixelChannel: pixel=blue; break;
|
D | color.c | 1174 case BluePixelChannel: in ConcatenateColorComponent() 1487 case BluePixelChannel: in ConcatentateHexColorComponent() 1551 ConcatentateHexColorComponent(pixel,BluePixelChannel,tuple); in GetColorTuple() 1578 ConcatenateColorComponent(&color,BluePixelChannel,SVGCompliance,tuple); in GetColorTuple()
|
D | channel.c | 370 case BluePixelChannel: in ChannelFxImage() 951 case BluePixelChannel: in FlattenPixelInfo()
|
D | fx.c | 769 case BluePixelChannel: return(QuantumScale*pixel.blue); in FxGetSymbol() 883 case BluePixelChannel: in FxGetSymbol() 2126 case BluePixelChannel: type="blue"; break; in FxEvaluateSubexpression()
|
D | histogram.c | 1058 ConcatenateColorComponent(&pixel,BluePixelChannel,NoCompliance,tuple); in GetNumberColors()
|
D | stream.c | 462 pixel[BluePixelChannel]=ClampToQuantum(image->background_color.blue); in GetOneAuthenticPixelFromStream() 526 pixel[BluePixelChannel]=ClampToQuantum(image->background_color.blue); in GetOneVirtualPixelFromStream()
|
D | paint.c | 984 traits=GetPixelChannelTraits(image,BluePixelChannel); in OpaquePaintImage()
|
D | enhance.c | 927 traits=GetPixelChannelTraits(image,BluePixelChannel); in ClutImage() 1728 i=GetPixelChannelOffset(image,BluePixelChannel); in ContrastStretchImage() 2191 BluePixelChannel); in EqualizeImage()
|
D | property.c | 3796 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties() 3847 status&=FxEvaluateChannelExpression(fx_info,BluePixelChannel,0,0, in InterpretImageProperties()
|
D | effect.c | 1437 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); /* Rec709 */ in GetMeanLuma() 1920 traits=GetPixelChannelTraits(image,BluePixelChannel); in LocalContrastImage()
|
D | option.c | 1776 { "B", BluePixelChannel, UndefinedOptionFlag, MagickFalse }, 1779 { "Blue", BluePixelChannel, UndefinedOptionFlag, MagickFalse },
|
D | pixel.c | 4354 SetPixelChannelAttributes(image,BluePixelChannel,trait,n); in InitializePixelChannelMap() 4362 SetPixelChannelAttributes(image,BluePixelChannel,trait,n++); in InitializePixelChannelMap() 6213 case BluePixelChannel: in LogPixelChannels()
|
D | visual-effects.c | 3594 (pixel_channel != BluePixelChannel)) in WaveletDenoiseImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 501 _channels.push_back(Magick::ChannelPerceptualHash(BluePixelChannel, in ImagePerceptualHash() 542 if (_channels[2].channel() != BluePixelChannel) in isValid() 593 traits=GetPixelChannelTraits(image_.constImage(),BluePixelChannel); in ImagePerceptualHash() 595 _channels.push_back(Magick::ChannelPerceptualHash(BluePixelChannel, in ImagePerceptualHash() 596 &channel_perceptual_hash[BluePixelChannel])); in ImagePerceptualHash()
|
/external/ImageMagick/MagickWand/ |
D | compare.c | 1314 channel_distortion[BluePixelChannel],GetMagickPrecision(), in CompareImagesCommand() 1315 channel_distortion[BluePixelChannel]); in CompareImagesCommand() 1390 GetMagickPrecision(),channel_distortion[BluePixelChannel]); in CompareImagesCommand()
|
/external/ImageMagick/coders/ |
D | json.c | 1079 (void) PrintChannelLocations(file,image,BluePixelChannel,"Blue", in EncodeImageAttributes() 1208 (void) PrintChannelStatistics(file,BluePixelChannel,"Blue",1.0/scale, in EncodeImageAttributes() 1251 (void) PrintChannelMoments(file,BluePixelChannel,"Blue",MagickFalse, in EncodeImageAttributes() 1302 (void) PrintChannelFeatures(file,BluePixelChannel,"Blue",MagickFalse, in EncodeImageAttributes()
|
D | txt.c | 831 ConcatenateColorComponent(&pixel,BluePixelChannel,compliance, in WriteTXTImage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 926 using MagickCore::BluePixelChannel;
|