Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dfeature.h45 } ChannelFeatures; typedef
47 extern MagickExport ChannelFeatures
Didentify.c221 const char *name,const ChannelFeatures *channel_features) in PrintChannelFeatures()
436 ChannelFeatures in IdentifyImage()
699 channel_features=(ChannelFeatures *) NULL; in IdentifyImage()
881 if (channel_features != (ChannelFeatures *) NULL) in IdentifyImage()
920 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in IdentifyImage()
Dfeature.c622 MagickExport ChannelFeatures *GetImageFeatures(const Image *image, in GetImageFeatures()
634 ChannelFeatures in GetImageFeatures()
676 return((ChannelFeatures *) NULL); in GetImageFeatures()
678 channel_features=(ChannelFeatures *) AcquireQuantumMemory(length, in GetImageFeatures()
680 if (channel_features == (ChannelFeatures *) NULL) in GetImageFeatures()
690 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in GetImageFeatures()
747 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in GetImageFeatures()
821 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in GetImageFeatures()
870 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in GetImageFeatures()
1002 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in GetImageFeatures()
/external/ImageMagick/coders/
Djson.c360 const ChannelFeatures *channel_features) in PrintChannelFeatures()
670 ChannelFeatures in EncodeImageAttributes()
870 channel_features=(ChannelFeatures *) NULL; in EncodeImageAttributes()
1045 if (channel_features != (ChannelFeatures *) NULL) in EncodeImageAttributes()
1084 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in EncodeImageAttributes()
/external/ImageMagick/MagickWand/
Dmagick-image.h26 extern WandExport ChannelFeatures
Dmagick-image.c4055 WandExport ChannelFeatures *MagickGetImageFeatures(MagickWand *wand, in MagickGetImageFeatures()
4066 return((ChannelFeatures *) NULL); in MagickGetImageFeatures()
/external/ImageMagick/PerlMagick/
DMagick.xs4076 #define ChannelFeatures(channel,direction) \ in Features() macro
4129 ChannelFeatures in Features()
4205 if (channel_features == (ChannelFeatures *) NULL) in Features()
4211 ChannelFeatures(RedChannel,i); in Features()
4212 ChannelFeatures(GreenChannel,i); in Features()
4213 ChannelFeatures(BlueChannel,i); in Features()
4215 ChannelFeatures(BlackChannel,i); in Features()
4217 ChannelFeatures(AlphaChannel,i); in Features()
4219 channel_features=(ChannelFeatures *) in Features()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in4076 #define ChannelFeatures(channel,direction) \ macro
4129 ChannelFeatures
4205 if (channel_features == (ChannelFeatures *) NULL)
4211 ChannelFeatures(RedChannel,i);
4212 ChannelFeatures(GreenChannel,i);
4213 ChannelFeatures(BlueChannel,i);
4215 ChannelFeatures(BlackChannel,i);
4217 ChannelFeatures(AlphaChannel,i);
4219 channel_features=(ChannelFeatures *)