Searched refs:GetValueFromSplayTree (Results 1 – 17 of 17) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | artifact.c | 289 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) image->artifacts, in GetImageArtifact() 296 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageArtifact()
|
D | splay-tree.h | 37 *GetValueFromSplayTree(SplayTreeInfo *,const void *);
|
D | distribute-cache.c | 561 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in ReadDistributeCacheMetacontent() 618 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in ReadDistributeCachePixels() 681 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in WriteDistributeCacheMetacontent() 738 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in WriteDistributeCachePixels()
|
D | registry.c | 200 registry_info=(RegistryInfo *) GetValueFromSplayTree(registry,key); in GetImageRegistry()
|
D | coder.c | 279 return((const CoderInfo *) GetValueFromSplayTree(coder_cache,name)); in GetCoderInfo()
|
D | magick.c | 636 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list, in GetMagickInfo() 650 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list,name); in GetMagickInfo()
|
D | profile.c | 296 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProfile() 1489 profile_8bim=(StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in WriteTo8BimProfile() 2134 if (GetValueFromSplayTree(exif_resources,q) == q) in SyncExifProfile()
|
D | module.c | 234 module_info=(ModuleInfo *) GetValueFromSplayTree(module_list,tag); in GetModuleInfo() 1265 if (GetValueFromSplayTree(module_list,module_name) != (void *) NULL) in OpenModule()
|
D | property.c | 1440 if (GetValueFromSplayTree(exif_resources,q) == q) in GetEXIFProperty() 1609 (GetValueFromSplayTree((SplayTreeInfo *) image->properties, in GetEXIFProperty() 2245 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty() 2305 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
|
D | methods.h | 557 #define GetValueFromSplayTree PrependMagickMethod(GetValueFromSplayTree) macro
|
D | locale.c | 557 locale_info=(const LocaleInfo *) GetValueFromSplayTree(locale_cache,tag); in GetLocaleInfo_()
|
D | type.c | 284 return((const TypeInfo *) GetValueFromSplayTree(type_cache,name)); in GetTypeInfo()
|
D | splay-tree.c | 921 MagickExport const void *GetValueFromSplayTree(SplayTreeInfo *splay_tree, in GetValueFromSplayTree() function
|
D | fx.c | 1143 value=(const char *) GetValueFromSplayTree(fx_info->symbols,key); in FxChannelStatistics() 1437 (GetValueFromSplayTree(fx_info->symbols,name) == (const char *) NULL)) in FxGetSymbol() 1442 color=(PixelInfo *) GetValueFromSplayTree(fx_info->colors,name); in FxGetSymbol() 1852 value=(const char *) GetValueFromSplayTree(fx_info->symbols,symbol); in FxGetSymbol()
|
D | draw.c | 2662 mvg_class=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 2701 clip_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 3081 mask_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 3233 clip_path=(const char *) GetValueFromSplayTree(macros,name); in RenderMVGContent() 3765 use=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent()
|
D | option.c | 2312 return((const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageOption()
|
/external/ImageMagick/coders/ |
D | xpm.c | 458 j=(ssize_t) GetValueFromSplayTree(xpm_colors,key); in ReadXPMImage()
|