Searched refs:ChannelFeatures (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | feature.h | 45 } ChannelFeatures; typedef 47 extern MagickExport ChannelFeatures
|
D | identify.c | 221 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()
|
D | feature.c | 622 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/ |
D | json.c | 360 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/ |
D | magick-image.h | 26 extern WandExport ChannelFeatures
|
D | magick-image.c | 4055 WandExport ChannelFeatures *MagickGetImageFeatures(MagickWand *wand, in MagickGetImageFeatures() 4066 return((ChannelFeatures *) NULL); in MagickGetImageFeatures()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4076 #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/ |
D | quantum.xs.in | 4076 #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 *)
|