Searched refs:GetImageDepth (Results 1 – 15 of 15) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 45 GetImageDepth(const Image *,ExceptionInfo *),
|
D | methods.h | 399 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
|
D | attribute.c | 404 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() function
|
D | identify.c | 765 depth=GetImageDepth(image,exception); in IdentifyImage()
|
D | fx.c | 1156 depth=GetImageDepth(image,exception); in FxChannelStatistics() 1846 return((double) GetImageDepth(image,fx_info->exception)); in FxGetSymbol()
|
D | property.c | 2841 GetImageDepth(image,exception)); in GetMagickProperty()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 163 const static char GetImageDepth[] = "get_image_depth"; variable
|
D | OCL20ToSPIRV.cpp | 423 DemangledName == kOCLBuiltinName::GetImageDepth || in visitCallInst() 1129 .Case(kOCLBuiltinName::GetImageDepth, 2) in visitCallGetImageSize()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1338 using MagickCore::GetImageDepth; 1343 using MagickCore::GetImageDepth;
|
/external/ImageMagick/coders/ |
D | json.c | 1137 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
|
D | png.c | 8952 if (image->depth != GetImageDepth(image,exception)) in WriteOnePNGImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 484 channel_depth=GetImageDepth(constImage(),exceptionInfo); in channelDepth() 1184 depth=GetImageDepth(constImage(),exceptionInfo); in modulusDepth()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 651 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4993 s=newSViv((ssize_t) GetImageDepth(image,exception)); in Get()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 4991 s=newSViv((ssize_t) GetImageDepth(image,exception));
|