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.h422 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
432 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
Dattribute.c274 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() function
Didentify.c721 depth=GetImageDepth(image,exception); in IdentifyImage()
Dfx.c1160 depth=GetImageDepth(image,exception); in FxChannelStatistics()
1831 return((double)GetImageDepth(image, fx_info->exception)); in FxGetSymbol()
Dproperty.c2771 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.h1315 using MagickCore::GetImageDepth;
1320 using MagickCore::GetImageDepth;
/external/ImageMagick/coders/
Djson.c891 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
Dtiff.c1551 image->depth=GetImageDepth(image,exception); in ReadTIFFImage()
/external/ImageMagick/Magick++/lib/
DImage.cpp489 channel_depth=GetImageDepth(constImage(),exceptionInfo); in channelDepth()
1179 depth=GetImageDepth(constImage(),exceptionInfo); in modulusDepth()
/external/ImageMagick/Magick++/
DChangeLog647 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
/external/ImageMagick/PerlMagick/
DMagick.xs4917 s=newSViv((ssize_t) GetImageDepth(image,exception)); in Get()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in4917 s=newSViv((ssize_t) GetImageDepth(image,exception));