Home
last modified time | relevance | path

Searched refs:GetValueFromSplayTree (Results 1 – 17 of 17) sorted by relevance

/external/ImageMagick/MagickCore/
Dsplay-tree.h37 *GetValueFromSplayTree(SplayTreeInfo *,const void *);
Dartifact.c289 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) image->artifacts, in GetImageArtifact()
296 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageArtifact()
Dregistry.c200 registry_info=(RegistryInfo *) GetValueFromSplayTree(registry,key); in GetImageRegistry()
Ddistribute-cache.c558 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()
Dcoder.c276 return((const CoderInfo *) GetValueFromSplayTree(coder_cache,name)); in GetCoderInfo()
Dmagick.c634 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list, in GetMagickInfo()
648 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list,name); in GetMagickInfo()
Dmodule.c234 module_info=(ModuleInfo *) GetValueFromSplayTree(module_list,tag); in GetModuleInfo()
1266 if (GetValueFromSplayTree(module_list,module_name) != (void *) NULL) in OpenModule()
Dprofile.c271 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProfile()
1624 profile_8bim=(StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in WriteTo8BimProfile()
2334 if (GetValueFromSplayTree(exif_resources,q) == q) in SyncExifProfile()
Dproperty.c1440 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()
Dfx.c353 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()
Dlocale.c525 locale_info=(const LocaleInfo *) GetValueFromSplayTree(locale_cache,tag); in GetLocaleInfo_()
Dtype.c284 return((const TypeInfo *) GetValueFromSplayTree(type_cache,name)); in GetTypeInfo()
Dmethods.h625 #define GetValueFromSplayTree PrependMagickMethod(GetValueFromSplayTree) macro
Dsplay-tree.c921 MagickExport const void *GetValueFromSplayTree(SplayTreeInfo *splay_tree, in GetValueFromSplayTree() function
Ddraw.c2722 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()
Doption.c2392 return((const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageOption()
/external/ImageMagick/coders/
Dxpm.c486 j=(ssize_t) GetValueFromSplayTree(xpm_colors,key); in ReadXPMImage()
1093 symbolic=(const char *) GetValueFromSplayTree(xpm_symbolic,name); in WriteXPMImage()