Searched defs:GetImageChannels (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dcompare.c110 static size_t GetImageChannels(const Image *image)
561 distortion[CompositePixelChannel]/=(double) GetImageChannels(image);
665 distortion[CompositePixelChannel]/=(double) GetImageChannels(image);
864 distortion[CompositePixelChannel]/=GetImageChannels(image);
1018 GetImageChannels(image));
108 static size_t GetImageChannels(const Image *image) function
H A Dstatistic.c1461 static size_t GetImageChannels(const Image *image)
1660 M00[MaxPixelChannels]/=GetImageChannels(image);
1661 M01[MaxPixelChannels]/=GetImageChannels(image);
1662 M02[MaxPixelChannels]/=GetImageChannels(image);
1663 M03[MaxPixelChannels]/=GetImageChannels(image);
1664 M10[MaxPixelChannels]/=GetImageChannels(image);
1665 M11[MaxPixelChannels]/=GetImageChannels(image);
1666 M12[MaxPixelChannels]/=GetImageChannels(image);
1667 M20[MaxPixelChannels]/=GetImageChannels(image);
1668 M21[MaxPixelChannels]/=GetImageChannels(imag
1453 static size_t GetImageChannels(const Image *image) function
[all...]

Completed in 215 milliseconds