Searched refs:UndefinedChannel (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | pixel.h | 35 UndefinedChannel = 0x0000, enumerator
|
D | channel.c | 243 channel_mask=UndefinedChannel; in ChannelFxImage() 297 channel_mask=UndefinedChannel; in ChannelFxImage() 829 images=SeparateImage(image,UndefinedChannel,exception); in SeparateImages()
|
D | option.c | 136 { "Undefined", UndefinedChannel, UndefinedOptionFlag, MagickTrue }, 169 { (char *) NULL, UndefinedChannel, UndefinedOptionFlag, MagickFalse }
|
D | fx.c | 1130 channel_mask=UndefinedChannel; in FxChannelStatistics() 1150 if (channel_mask != UndefinedChannel) in FxChannelStatistics() 1219 if (channel_mask != UndefinedChannel) in FxChannelStatistics()
|
D | accelerate-kernels-private.h | 254 UndefinedChannel = 0x0000,
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 335 using MagickCore::UndefinedChannel;
|
/external/ImageMagick/coders/ |
D | msl.c | 3200 channel=UndefinedChannel; in MSLStartElement()
|