Searched refs:GetImageRegistry (Results 1 – 13 of 13) 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 | methods.h | 427 #define GetImageRegistry PrependMagickMethod(GetImageRegistry) macro
|
D | resource.c | 453 directory=(char *) GetImageRegistry(StringRegistryType,"temporary-path", in GetPathTemplate()
|
D | distribute-cache.c | 291 hosts=(char *) GetImageRegistry(StringRegistryType,"cache:hosts",exception); in GetHostname()
|
D | identify.c | 1468 value=(const char *) GetImageRegistry(StringRegistryType,registry, in IdentifyImage()
|
D | cache.c | 3807 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 | 1650 value=(const char *) GetImageRegistry(StringRegistryType,registry, in EncodeImageAttributes()
|
D | psd.c | 3015 mask=(Image *) GetImageRegistry(ImageRegistryType,property, in WritePSDChannels() 3394 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 | 154 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache()
|
D | mogrify.c | 385 image=(Image *) GetImageRegistry(ImageRegistryType,key,sans_exception); in GetImageCache()
|