HomeSort by relevance Sort by last modified time
    Searched refs:GetNextValueInSplayTree (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
splay-tree.h 35 *GetNextValueInSplayTree(SplayTreeInfo *),
type.c 382 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
387 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
395 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
402 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
407 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
413 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
418 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
433 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
438 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
446 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache)
    [all...]
coder.c 363 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache);
369 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache);
449 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache);
455 p=(const CoderInfo *) GetNextValueInSplayTree(coder_cache);
magick.c 323 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list);
333 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list);
752 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list);
758 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list);
843 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list);
849 p=(const MagickInfo *) GetNextValueInSplayTree(magick_list);
    [all...]
locale.c 564 locale_info=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache);
656 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache);
662 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache);
748 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache);
754 p=(const LocaleInfo *) GetNextValueInSplayTree(locale_cache);
    [all...]
module.c 237 module_info=(ModuleInfo *) GetNextValueInSplayTree(module_list);
327 p=(const ModuleInfo *) GetNextValueInSplayTree(module_list);
333 p=(const ModuleInfo *) GetNextValueInSplayTree(module_list);
    [all...]
methods.h 476 #define GetNextValueInSplayTree PrependMagickMethod(GetNextValueInSplayTree)
    [all...]
splay-tree.c 824 % GetNextValueInSplayTree() gets the next value in the splay-tree.
826 % The format of the GetNextValueInSplayTree method is:
828 % const void *GetNextValueInSplayTree(SplayTreeInfo *splay_tree)
837 MagickExport const void *GetNextValueInSplayTree(SplayTreeInfo *splay_tree)
    [all...]

Completed in 94 milliseconds