Searched refs:GetValueFromSplayTree (Results 1 – 17 of 17) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | splay-tree.h | 37 *GetValueFromSplayTree(SplayTreeInfo *,const void *);
|
D | artifact.c | 289 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) image->artifacts, in GetImageArtifact() 296 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageArtifact()
|
D | registry.c | 200 registry_info=(RegistryInfo *) GetValueFromSplayTree(registry,key); in GetImageRegistry()
|
D | distribute-cache.c | 558 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in ReadDistributeCacheMetacontent() 613 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in ReadDistributeCachePixels() 674 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in WriteDistributeCacheMetacontent() 729 image=(Image *) GetValueFromSplayTree(registry,(const void *) session_key); in WriteDistributeCachePixels()
|
D | coder.c | 276 return((const CoderInfo *) GetValueFromSplayTree(coder_cache,name)); in GetCoderInfo()
|
D | magick.c | 634 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list, in GetMagickInfo() 648 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list,name); in GetMagickInfo()
|
D | module.c | 234 module_info=(ModuleInfo *) GetValueFromSplayTree(module_list,tag); in GetModuleInfo() 1266 if (GetValueFromSplayTree(module_list,module_name) != (void *) NULL) in OpenModule()
|
D | profile.c | 271 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProfile() 1624 profile_8bim=(StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in WriteTo8BimProfile() 2334 if (GetValueFromSplayTree(exif_resources,q) == q) in SyncExifProfile()
|
D | property.c | 1440 if (GetValueFromSplayTree(exif_resources,q) == q) in GetEXIFProperty() 1615 (GetValueFromSplayTree((SplayTreeInfo *) image->properties, in GetEXIFProperty() 2247 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty() 2309 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProperty()
|
D | fx.c | 353 return((const double *) GetValueFromSplayTree(fx_info->symbols,symbol)); in GetFxSymbolValue() 363 object=(double *) GetValueFromSplayTree(fx_info->symbols,symbol); in SetFxSymbolValue() 751 color=(PixelInfo *) GetValueFromSplayTree(fx_info->colors,name); in FxGetSymbol()
|
D | locale.c | 525 locale_info=(const LocaleInfo *) GetValueFromSplayTree(locale_cache,tag); in GetLocaleInfo_()
|
D | type.c | 284 return((const TypeInfo *) GetValueFromSplayTree(type_cache,name)); in GetTypeInfo()
|
D | methods.h | 625 #define GetValueFromSplayTree PrependMagickMethod(GetValueFromSplayTree) macro
|
D | splay-tree.c | 921 MagickExport const void *GetValueFromSplayTree(SplayTreeInfo *splay_tree, in GetValueFromSplayTree() function
|
D | draw.c | 2722 mvg_class=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 2761 clip_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 2771 clip_path=(const char *) GetValueFromSplayTree(macros, in RenderMVGContent() 3158 mask_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 3867 use=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent() 4425 clip_path=(const char *) GetValueFromSplayTree(macros, in RenderMVGContent()
|
D | option.c | 2392 return((const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageOption()
|
/external/ImageMagick/coders/ |
D | xpm.c | 486 j=(ssize_t) GetValueFromSplayTree(xpm_colors,key); in ReadXPMImage() 1093 symbolic=(const char *) GetValueFromSplayTree(xpm_symbolic,name); in WriteXPMImage()
|