Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtype.c372 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
377 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
385 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
392 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
397 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
403 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
408 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
423 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
428 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
436 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache); in GetTypeInfoByFamily()
[all …]
Dcoder.c350 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderInfoList()
356 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderInfoList()
435 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderList()
441 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache); in GetCoderList()
Dmagick.c312 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetImageMagick()
322 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetImageMagick()
731 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickInfoList()
737 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickInfoList()
821 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickList()
827 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in GetMagickList()
1819 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in UnregisterMagickInfo()
1824 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list); in UnregisterMagickInfo()
Dsplay-tree.h35 *GetNextValueInSplayTree(SplayTreeInfo *),
Dlocale.c521 locale_info=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleInfo_()
612 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleInfoList()
618 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleInfoList()
703 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache); in GetLocaleList()
709 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.h543 #define GetNextValueInSplayTree PrependMagickMethod(GetNextValueInSplayTree) macro
Dsplay-tree.c823 MagickExport const void *GetNextValueInSplayTree(SplayTreeInfo *splay_tree) in GetNextValueInSplayTree() function