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

  /external/ImageMagick/MagickCore/
splay-tree.h 44 *DestroySplayTree(SplayTreeInfo *),
artifact.c 245 image->artifacts=(void *) DestroySplayTree((SplayTreeInfo *)
registry.c 340 registry=DestroySplayTree(registry);
coder.c 452 coder_cache=DestroySplayTree(coder_cache);
locale.c     [all...]
magick.c     [all...]
module.c 189 module_list=DestroySplayTree(module_list);
    [all...]
resource.c     [all...]
type.c     [all...]
methods.h 280 #define DestroySplayTree PrependMagickMethod(DestroySplayTree)
    [all...]
property.c 326 image->properties=(void *) DestroySplayTree((SplayTreeInfo *)
    [all...]
distribute-cache.c 889 registry=DestroySplayTree(registry);
    [all...]
splay-tree.c 682 % DestroySplayTree() destroys the splay-tree.
684 % The format of the DestroySplayTree method is:
686 % SplayTreeInfo *DestroySplayTree(SplayTreeInfo *splay_tree)
693 MagickExport SplayTreeInfo *DestroySplayTree(SplayTreeInfo *splay_tree)
    [all...]
fx.c     [all...]
option.c     [all...]
profile.c 227 image->profiles=DestroySplayTree((SplayTreeInfo *) image->profiles);
    [all...]
  /external/ImageMagick/MagickWand/
wand.c 122 wand_ids=DestroySplayTree(wand_ids);
  /external/ImageMagick/coders/
xpm.c 425 xpm_colors=DestroySplayTree(xpm_colors);
465 xpm_colors=DestroySplayTree(xpm_colors);
474 xpm_colors=DestroySplayTree(xpm_colors);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 641 milliseconds