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.c218 const char *name,const ChannelFeatures *channel_features) in PrintChannelFeatures()
477 ChannelFeatures in IdentifyImage()
743 channel_features=(ChannelFeatures *) NULL; in IdentifyImage()
953 if (channel_features != (ChannelFeatures *) NULL) in IdentifyImage()
1006 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.c406 const ChannelFeatures *channel_features) in PrintChannelFeatures()
921 ChannelFeatures in EncodeImageAttributes()
1116 channel_features=(ChannelFeatures *) NULL; in EncodeImageAttributes()
1287 if (channel_features != (ChannelFeatures *) NULL) in EncodeImageAttributes()
1327 channel_features=(ChannelFeatures *) RelinquishMagickMemory( in EncodeImageAttributes()
/external/ImageMagick/MagickWand/
Dmagick-image.h26 extern WandExport ChannelFeatures
Dmagick-image.c4067 WandExport ChannelFeatures *MagickGetImageFeatures(MagickWand *wand, in MagickGetImageFeatures()
4078 return((ChannelFeatures *) NULL); in MagickGetImageFeatures()
/external/ImageMagick/PerlMagick/
DMagick.xs4148 #define ChannelFeatures(channel,direction) \ in Features() macro
4201 ChannelFeatures in Features()
4280 if (channel_features == (ChannelFeatures *) NULL) in Features()
4292 ChannelFeatures(channel,j); in Features()
4295 channel_features=(ChannelFeatures *) in Features()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in4145 #define ChannelFeatures(channel,direction) \ macro
4198 ChannelFeatures
4277 if (channel_features == (ChannelFeatures *) NULL)
4289 ChannelFeatures(channel,j);
4292 channel_features=(ChannelFeatures *)