Home
last modified time | relevance | path

Searched refs:GetImageDepth (Results 1 – 14 of 14) sorted by relevance

/external/ImageMagick/MagickCore/
Dattribute.h49 GetImageDepth(const Image *,ExceptionInfo *),
Dmethods.h423 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
Dfx.c429 depth=GetImageDepth(image,exception); in FxChannelStatistics()
1157 return((double) GetImageDepth(image,fx_info->exception)); in FxGetSymbol()
Didentify.c696 depth=GetImageDepth(image,exception); in IdentifyImage()
Dattribute.c886 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() function
Dproperty.c2860 GetImageDepth(image,exception)); in GetMagickProperty()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1367 using MagickCore::GetImageDepth;
1372 using MagickCore::GetImageDepth;
/external/ImageMagick/coders/
Djson.c1153 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
Dyaml.c1151 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
Dpng.c8966 if (image->depth != GetImageDepth(image,exception)) in WriteOnePNGImage()
/external/ImageMagick/Magick++/lib/
DImage.cpp484 channel_depth=GetImageDepth(constImage(),exceptionInfo); in channelDepth()
1184 depth=GetImageDepth(constImage(),exceptionInfo); in modulusDepth()
/external/ImageMagick/Magick++/
DChangeLog651 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
/external/ImageMagick/PerlMagick/
DMagick.xs5008 s=newSViv((ssize_t) GetImageDepth(image,exception)); in Get()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in5006 s=newSViv((ssize_t) GetImageDepth(image,exception));