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 | 422 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro 432 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
|
D | attribute.c | 274 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() function
|
D | identify.c | 721 depth=GetImageDepth(image,exception); in IdentifyImage()
|
D | fx.c | 1160 depth=GetImageDepth(image,exception); in FxChannelStatistics() 1831 return((double)GetImageDepth(image, fx_info->exception)); in FxGetSymbol()
|
D | property.c | 2771 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 | 1315 using MagickCore::GetImageDepth; 1320 using MagickCore::GetImageDepth;
|
/external/ImageMagick/coders/ |
D | json.c | 891 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
|
D | tiff.c | 1551 image->depth=GetImageDepth(image,exception); in ReadTIFFImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 489 channel_depth=GetImageDepth(constImage(),exceptionInfo); in channelDepth() 1179 depth=GetImageDepth(constImage(),exceptionInfo); in modulusDepth()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 647 * lib/Image.cpp (depth): Use GetImageDepth and SetImageDepth
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 4917 s=newSViv((ssize_t) GetImageDepth(image,exception)); in Get()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 4917 s=newSViv((ssize_t) GetImageDepth(image,exception));
|