Searched refs:GetImageDepth (Results 1 – 14 of 14) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | attribute.h | 49 GetImageDepth(const Image *,ExceptionInfo *),
|
D | methods.h | 423 #define GetImageDepth PrependMagickMethod(GetImageDepth) macro
|
D | fx.c | 429 depth=GetImageDepth(image,exception); in FxChannelStatistics() 1157 return((double) GetImageDepth(image,fx_info->exception)); in FxGetSymbol()
|
D | identify.c | 696 depth=GetImageDepth(image,exception); in IdentifyImage()
|
D | attribute.c | 886 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception) in GetImageDepth() function
|
D | property.c | 2860 GetImageDepth(image,exception)); in GetMagickProperty()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1367 using MagickCore::GetImageDepth; 1372 using MagickCore::GetImageDepth;
|
/external/ImageMagick/coders/ |
D | json.c | 1153 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
|
D | yaml.c | 1151 depth=GetImageDepth(image,exception); in EncodeImageAttributes()
|
D | png.c | 8966 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 | 5008 s=newSViv((ssize_t) GetImageDepth(image,exception)); in Get()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 5006 s=newSViv((ssize_t) GetImageDepth(image,exception));
|