Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:ChannelMoments

1321 %      ChannelMoments *GetImageMoments(const Image *image,
1354 MagickExport ChannelMoments *GetImageMoments(const Image *image,
1362 ChannelMoments
1389 channel_moments=(ChannelMoments *) AcquireQuantumMemory(MaxPixelChannels+1,
1391 if (channel_moments == (ChannelMoments *) NULL)
1643 channel_moments=(ChannelMoments *) RelinquishMagickMemory(channel_moments);
1720 ChannelMoments
1751 if (moments == (ChannelMoments *) NULL)
1757 moments=(ChannelMoments *) RelinquishMagickMemory(moments);