Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dartifact.c289 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) image->artifacts, in GetImageArtifact()
296 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageArtifact()
Dsplay-tree.h37 *GetValueFromSplayTree(SplayTreeInfo *,const void *);
Ddistribute-cache.c561 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()
Dregistry.c200 registry_info=(RegistryInfo *) GetValueFromSplayTree(registry,key); in GetImageRegistry()
Dcoder.c279 return((const CoderInfo *) GetValueFromSplayTree(coder_cache,name)); in GetCoderInfo()
Dmagick.c636 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list, in GetMagickInfo()
650 magick_info=(const MagickInfo *) GetValueFromSplayTree(magick_list,name); in GetMagickInfo()
Dprofile.c296 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageProfile()
1489 profile_8bim=(StringInfo *) GetValueFromSplayTree((SplayTreeInfo *) in WriteTo8BimProfile()
2134 if (GetValueFromSplayTree(exif_resources,q) == q) in SyncExifProfile()
Dmodule.c234 module_info=(ModuleInfo *) GetValueFromSplayTree(module_list,tag); in GetModuleInfo()
1265 if (GetValueFromSplayTree(module_list,module_name) != (void *) NULL) in OpenModule()
Dproperty.c1440 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()
Dmethods.h557 #define GetValueFromSplayTree PrependMagickMethod(GetValueFromSplayTree) macro
Dlocale.c557 locale_info=(const LocaleInfo *) GetValueFromSplayTree(locale_cache,tag); in GetLocaleInfo_()
Dtype.c284 return((const TypeInfo *) GetValueFromSplayTree(type_cache,name)); in GetTypeInfo()
Dsplay-tree.c921 MagickExport const void *GetValueFromSplayTree(SplayTreeInfo *splay_tree, in GetValueFromSplayTree() function
Dfx.c1143 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()
Ddraw.c2662 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()
Doption.c2312 return((const char *) GetValueFromSplayTree((SplayTreeInfo *) in GetImageOption()
/external/ImageMagick/coders/
Dxpm.c458 j=(ssize_t) GetValueFromSplayTree(xpm_colors,key); in ReadXPMImage()