Searched refs:RedChannel (Results 1 – 12 of 12) sorted by relevance
/external/ImageMagick/Magick++/demo/ |
D | demo.cpp | 111 example.blurChannel( RedChannel, 0, 3.0 ); in main() 124 example.channel( RedChannel ); in main() 266 example.levelChannel( RedChannel, 0.20*QuantumRange, 0.90*QuantumRange, 1.20 ); in main() 335 example.randomThresholdChannel(RedChannel,4,4); in main() 354 example.evaluate( RedChannel,MultiplyEvaluateOperator,0.40 ); in main()
|
/external/ImageMagick/MagickCore/ |
D | pixel.h | 36 RedChannel = 0x0001, enumerator
|
D | accelerate-kernels-private.h | 242 RedChannel = 0x0001, 392 if ((channel & RedChannel) != 0) 446 if ((channel & RedChannel) != 0) 855 if ((channel & RedChannel) != 0) 1188 if ((channel & RedChannel) != 0) 1775 if ((channel & RedChannel) != 0)
|
D | option.c | 162 { "H", RedChannel, UndefinedOptionFlag, MagickFalse }, 163 { "Hue", RedChannel, UndefinedOptionFlag, MagickFalse }, 174 { "R", RedChannel, UndefinedOptionFlag, MagickFalse }, 175 { "Red", RedChannel, UndefinedOptionFlag, MagickFalse }, 2993 channel|=RedChannel; in ParseChannelOption()
|
D | accelerate.c | 241 if (((image->channel_mask & RedChannel) != 0) && in cloneImage() 1156 if ((image->channel_mask & RedChannel) != 0) in ComputeContrastStretchImage() 1252 if ((image->channel_mask & RedChannel) != 0) in ComputeContrastStretchImage() 1315 if ((image->channel_mask & RedChannel) != 0) in ComputeContrastStretchImage() 2479 if ((image->channel_mask & RedChannel) != 0) in ComputeEqualizeImage() 2501 if (((image->channel_mask & RedChannel) != 0) && (white.x != black.x)) in ComputeEqualizeImage() 2537 if (((image->channel_mask & RedChannel) != 0) && (white.x != black.x)) in ComputeEqualizeImage()
|
D | enhance.c | 3231 channel_mask=SetImageChannelMask(image,RedChannel); in LevelImageColors() 3271 channel_mask=SetImageChannelMask(image,RedChannel); in LevelImageColors()
|
/external/libabigail/tests/data/test-diff-pkg/ |
D | spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt | 76 … type of 'RedChannel base' changed: 77 … underlying type 'struct RedChannel' at red_channel.h:303:1 changed: 96 … type of 'RedChannel* channel' changed: 97 … in pointed to type 'typedef RedChannel' at red_channel.h:130:1: 98 … underlying type 'struct RedChannel' changed, as being reported 277 …underlying type 'void (RedChannel*, RedClient*, RedsStream*, int, int, uint32_t*, int, uint32_t*)*… 278 …in pointed to type 'function type void (RedChannel*, RedClient*, RedsStream*, int, int, uint32_t*,… 279 … parameter 1 of type 'RedChannel*' has sub-type changes: 280 … in pointed to type 'typedef RedChannel' at red_channel.h:130:1: 281 … underlying type 'struct RedChannel' changed, as being reported [all …]
|
/external/ImageMagick/coders/ |
D | json.c | 1167 channel_statistics[RedChannel].depth); in EncodeImageAttributes()
|
D | yaml.c | 1165 channel_statistics[RedChannel].depth); in EncodeImageAttributes()
|
D | psd.c | 1650 channel_type=RedChannel; in CheckPSDChannels() 1671 channel_type&=~RedChannel; in CheckPSDChannels()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 370 using MagickCore::RedChannel;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3227 GetAndSetPPChannelMask(RedChannel); in gamma()
|