Home
last modified time | relevance | path

Searched refs:GetNextValueInSplayTree (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dtype.c374 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
379 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
387 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
394 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
399 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
405 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
410 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
425 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
430 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
438 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
[all …]
Dcoder.c353 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderInfoList()
359 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderInfoList()
438 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderList()
444 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderList()
Dmagick.c314 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetImageMagick()
324 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetImageMagick()
733 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickInfoList()
739 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickInfoList()
823 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickList()
829 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickList()
1774 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in UnregisterMagickInfo()
1779 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in UnregisterMagickInfo()
Dsplay-tree.h35 *GetNextValueInSplayTree(SplayTreeInfo *),
Dlocale.c553 locale_info=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleInfo_()
644 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleInfoList()
650 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleInfoList()
735 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleList()
741 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleList()
Dmodule.c230 module_info=(ModuleInfo *) GetNextValueInSplayTree(module_list); in GetModuleInfo()
319 p=(const ModuleInfo *) GetNextValueInSplayTree(module_list); in GetModuleInfoList()
325 p=(const ModuleInfo *) GetNextValueInSplayTree(module_list); in GetModuleInfoList()
Dmethods.h476 #define GetNextValueInSplayTree PrependMagickMethod(GetNextValueInSplayTree) macro
Dsplay-tree.c823 MagickExport const void *GetNextValueInSplayTree(SplayTreeInfo *splay_tree) in GetNextValueInSplayTree() function