/external/ImageMagick/MagickCore/ |
splay-tree.h | 29 AddValueToSplayTree(SplayTreeInfo *,const void *,const void *),
|
artifact.c | 479 status=AddValueToSplayTree((SplayTreeInfo *) image->artifacts,
|
nt-feature.c | 387 status=AddValueToSplayTree(type_cache,type_info->name,type_info);
|
registry.c | 541 status=AddValueToSplayTree(registry,ConstantString(key),registry_info);
|
coder.c | 189 status&=AddValueToSplayTree(cache,ConstantString(coder_info->magick),
|
module.c | 899 status=AddValueToSplayTree(splay_tree,module_info->tag,module_info); [all...] |
type.c | 889 (void) AddValueToSplayTree(type_cache,type_info->name,type_info); [all...] |
splay-tree.c | 141 % AddValueToSplayTree() adds the given key and value to the splay-tree. Both 145 % The format of the AddValueToSplayTree method is: 147 % MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree, 159 MagickExport MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree, 379 (void) AddValueToSplayTree(clone_tree,clone_key(splay_tree->root->key), [all...] |
methods.h | 85 #define AddValueToSplayTree PrependMagickMethod(AddValueToSplayTree) [all...] |
locale.c | [all...] |
magick.c | [all...] |
property.c | [all...] |
resource.c | 623 (void) AddValueToSplayTree(temporary_resources,ConstantString(path), [all...] |
distribute-cache.c | 532 status=AddValueToSplayTree(registry,(const void *) session_key,image); [all...] |
profile.c | [all...] |
fx.c | [all...] |
xml-tree.c | 877 (void) AddValueToSplayTree(attributes, [all...] |
option.c | [all...] |
draw.c | [all...] |
/external/ImageMagick/MagickWand/ |
wand.c | 92 (void) AddValueToSplayTree(wand_ids,(const void *) wand_id,
|
/external/ImageMagick/coders/ |
dng.c | 320 (void) AddValueToSplayTree((SplayTreeInfo *)
|
xpm.c | 394 status=AddValueToSplayTree(xpm_colors,ConstantString(key),(void *) j); [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | 99 (void) AddValueToSplayTree(magick_registry,image,image); \ [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | 99 (void) AddValueToSplayTree(magick_registry,image,image); \ [all...] |