Home
last modified time | relevance | path

Searched refs:UndefinedChannel (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
Dpixel.h35 UndefinedChannel = 0x0000, enumerator
Dchannel.c249 channel_mask=UndefinedChannel; in ChannelFxImage()
307 channel_mask=UndefinedChannel; in ChannelFxImage()
875 images=SeparateImage(image,UndefinedChannel,exception); in SeparateImages()
Dfx.c399 channel_mask=UndefinedChannel; in FxChannelStatistics()
419 if (channel_mask != UndefinedChannel) in FxChannelStatistics()
494 if (channel_mask != UndefinedChannel) in FxChannelStatistics()
Doption.c145 { "Undefined", UndefinedChannel, UndefinedOptionFlag, MagickTrue },
246 { (char *) NULL, UndefinedChannel, UndefinedOptionFlag, MagickFalse }
Daccelerate-kernels-private.h241 UndefinedChannel = 0x0000,
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h369 using MagickCore::UndefinedChannel;
/external/ImageMagick/coders/
Dmsl.c3207 channel=UndefinedChannel; in MSLStartElement()