Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dattribute.h45 GetImageDepth(const Image *,ExceptionInfo *),
Dmethods.h399 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
Dattribute.c404 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() function
Didentify.c765 depth=GetImageDepth(image,exception); in IdentifyImage()
Dfx.c1156 depth=GetImageDepth(image,exception); in FxChannelStatistics()
1846 return((double) GetImageDepth(image,fx_info->exception)); in FxGetSymbol()
Dproperty.c2841 GetImageDepth(image,exception)); in GetMagickProperty()
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h163 const static char GetImageDepth[] = "get_image_depth"; variable
DOCL20ToSPIRV.cpp423 DemangledName == kOCLBuiltinName::GetImageDepth || in visitCallInst()
1129 .Case(kOCLBuiltinName::GetImageDepth, 2) in visitCallGetImageSize()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1338 using MagickCore::GetImageDepth;
1343 using MagickCore::GetImageDepth;
/external/ImageMagick/coders/
Djson.c1137 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
Dpng.c8952 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.xs4993 s=newSViv((ssize_t) GetImageDepth(image,exception)); in Get()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in4991 s=newSViv((ssize_t) GetImageDepth(image,exception));