Searched refs:GetImageRegistry (Results 1 – 14 of 14) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | registry.h | 43 *GetImageRegistry(const RegistryType,const char *,ExceptionInfo *),
|
D | registry.c | 187 MagickExport void *GetImageRegistry(const RegistryType type,const char *key, in GetImageRegistry() function
|
D | resource.c | 485 directory=(char *) GetImageRegistry(StringRegistryType,"temporary-path", in GetPathTemplate()
|
D | methods.h | 453 #define GetImageRegistry PrependMagickMethod(GetImageRegistry) macro
|
D | distribute-cache.c | 288 hosts=(char *) GetImageRegistry(StringRegistryType,"cache:hosts",exception); in GetHostname()
|
D | identify.c | 1516 value=(const char *) GetImageRegistry(StringRegistryType,registry, in IdentifyImage()
|
D | cache.c | 3808 hosts=(const char *) GetImageRegistry(StringRegistryType,"cache:hosts", in OpenPixelCache()
|
/external/ImageMagick/coders/ |
D | mpr.c | 100 image=(Image *) GetImageRegistry(ImageRegistryType,image_info->filename, in ReadMPRImage()
|
D | json.c | 1662 value=(const char *) GetImageRegistry(StringRegistryType,registry, in EncodeImageAttributes()
|
D | yaml.c | 1653 value=(const char *) GetImageRegistry(StringRegistryType,registry, in EncodeImageAttributes()
|
D | psd.c | 3237 mask=(Image *) GetImageRegistry(ImageRegistryType,property, in WritePSDChannels() 3616 mask=(Image *) GetImageRegistry(ImageRegistryType,property,exception); in WritePSDLayersInternal()
|
D | msl.c | 217 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 159 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache()
|
D | mogrify.c | 392 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache()
|