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

  /external/ImageMagick/MagickCore/
splay-tree.h 26 SplayTreeInfo;
29 AddValueToSplayTree(SplayTreeInfo *,const void *,const void *),
30 DeleteNodeByValueFromSplayTree(SplayTreeInfo *,const void *),
31 DeleteNodeFromSplayTree(SplayTreeInfo *,const void *);
34 *GetNextKeyInSplayTree(SplayTreeInfo *),
35 *GetNextValueInSplayTree(SplayTreeInfo *),
36 *GetValueFromSplayTree(SplayTreeInfo *,const void *);
42 extern MagickExport SplayTreeInfo
43 *CloneSplayTree(SplayTreeInfo *,void *(*)(void *),void *(*)(void *)),
44 *DestroySplayTree(SplayTreeInfo *),
    [all...]
nt-feature.h 37 NTAcquireTypeCache(SplayTreeInfo *,ExceptionInfo *);
xml-tree-private.h 36 GetXMLTreeAttributes(const XMLTreeInfo *,SplayTreeInfo *);
artifact.c 120 image->artifacts=CloneSplayTree((SplayTreeInfo *) clone_image->artifacts,
211 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->artifacts,artifact));
245 image->artifacts=(void *) DestroySplayTree((SplayTreeInfo *)
292 ResetSplayTreeIterator((SplayTreeInfo *) image->artifacts);
293 p=(const char *) GetNextValueInSplayTree((SplayTreeInfo *)
299 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *) image->artifacts,
306 p=(const char *) GetValueFromSplayTree((SplayTreeInfo *)
343 (SplayTreeInfo *) image->artifacts));
386 value=(char *) RemoveNodeFromSplayTree((SplayTreeInfo *) image->artifacts,
427 ResetSplayTreeIterator((SplayTreeInfo *) image->artifacts)
    [all...]
splay-tree.c 122 IterateOverSplayTree(SplayTreeInfo *,int (*)(NodeInfo *,const void *),
126 SplaySplayTree(SplayTreeInfo *,const void *);
146 % MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree,
158 MagickExport MagickBooleanType AddValueToSplayTree(SplayTreeInfo *splay_tree,
242 % void *BalanceSplayTree(SplayTreeInfo *splay_tree,const void *key)
285 static void BalanceSplayTree(SplayTreeInfo *splay_tree)
324 % SplayTreeInfo *CloneSplayTree(SplayTreeInfo *splay_tree,
339 static inline void *GetFirstSplayTreeNode(SplayTreeInfo *splay_tree)
352 MagickExport SplayTreeInfo *CloneSplayTree(SplayTreeInfo *splay_tree
    [all...]
coder.c 270 static SplayTreeInfo
271 *coder_cache = (SplayTreeInfo *) NULL;
279 LoadCoderCache(SplayTreeInfo *,const char *,const char *,const size_t,
299 % SplayTreeInfo *AcquireCoderCache(const char *filename,
328 static SplayTreeInfo *AcquireCoderCache(const char *filename,
337 SplayTreeInfo
345 if (cache == (SplayTreeInfo *) NULL)
451 if (coder_cache != (SplayTreeInfo *) NULL)
704 if (coder_cache == (SplayTreeInfo *) NULL)
709 if (coder_cache == (SplayTreeInfo *) NULL
    [all...]
registry.c 76 static SplayTreeInfo
77 *registry = (SplayTreeInfo *) NULL;
536 if (registry == (SplayTreeInfo *) NULL)
541 if (registry == (SplayTreeInfo *) NULL)
type.c 128 static SplayTreeInfo
129 *type_cache = (SplayTreeInfo *) NULL;
137 LoadTypeCache(SplayTreeInfo *,const char *,const char *,const size_t,
157 % SplayTreeInfo *AcquireTypeCache(const char *filename,
195 static SplayTreeInfo *AcquireTypeCache(const char *filename,
201 SplayTreeInfo
206 if (cache == (SplayTreeInfo *) NULL)
388 if (type_cache == (SplayTreeInfo *) NULL)
741 MagickExport MagickBooleanType LoadFontConfigFonts(SplayTreeInfo *type_cache,
904 if (type_cache == (SplayTreeInfo *) NULL
    [all...]
locale.c 95 static SplayTreeInfo
96 *locale_cache = (SplayTreeInfo *) NULL;
109 LoadLocaleCache(SplayTreeInfo *,const char *,const char *,const char *,
163 % SplayTreeInfo *AcquireLocaleSplayTree(const char *filename,
191 static SplayTreeInfo *AcquireLocaleSplayTree(const char *filename,
197 SplayTreeInfo
202 if (cache == (SplayTreeInfo *) NULL)
931 if (locale_cache == (SplayTreeInfo *) NULL)
936 if (locale_cache == (SplayTreeInfo *) NULL)
    [all...]
magick.c 127 static SplayTreeInfo
128 *magick_list = (SplayTreeInfo *) NULL;
    [all...]
module.c 97 static SplayTreeInfo
98 *module_list = (SplayTreeInfo *) NULL;
188 if (module_list != (SplayTreeInfo *) NULL)
884 if (module_list == (SplayTreeInfo *) NULL)
889 if (module_list == (SplayTreeInfo *) NULL)
899 if (module_list == (SplayTreeInfo *) NULL)
914 return(module_list != (SplayTreeInfo *) NULL ? MagickTrue : MagickFalse);
    [all...]
resource.c 137 static SplayTreeInfo
138 *temporary_resources = (SplayTreeInfo *) NULL;
350 if (temporary_resources == (SplayTreeInfo *) NULL)
566 if (temporary_resources == (SplayTreeInfo *) NULL)
    [all...]
property.c 198 image->properties=CloneSplayTree((SplayTreeInfo *)
292 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->properties,property));
326 image->properties=(void *) DestroySplayTree((SplayTreeInfo *)
    [all...]
distribute-cache.c 430 static MagickBooleanType DestroyDistributeCache(SplayTreeInfo *registry,
471 static MagickBooleanType OpenDistributeCache(SplayTreeInfo *registry,int file,
537 static MagickBooleanType ReadDistributeCacheMetacontent(SplayTreeInfo *registry,
597 static MagickBooleanType ReadDistributeCachePixels(SplayTreeInfo *registry,
659 SplayTreeInfo *registry,int file,const size_t session_key,
717 static MagickBooleanType WriteDistributeCachePixels(SplayTreeInfo *registry,
800 SplayTreeInfo
    [all...]
profile.c 158 image->profiles=CloneSplayTree((SplayTreeInfo *) clone_image->profiles,
195 if (image->profiles == (SplayTreeInfo *) NULL)
198 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->profiles,name));
226 if (image->profiles != (SplayTreeInfo *) NULL)
227 image->profiles=DestroySplayTree((SplayTreeInfo *) image->profiles);
265 if (image->profiles == (SplayTreeInfo *) NULL)
267 profile=(const StringInfo *) GetValueFromSplayTree((SplayTreeInfo *)
301 if (image->profiles == (SplayTreeInfo *) NULL)
303 return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->profiles));
    [all...]
nt-feature.c 278 % MagickBooleanType NTAcquireTypeCache(SplayTreeInfo *type_cache)
285 MagickExport MagickBooleanType NTAcquireTypeCache(SplayTreeInfo *type_cache,
option.c     [all...]
xml-tree.c 851 % SplayTreeInfo *attributes)
861 SplayTreeInfo *attributes)
871 assert(attributes != (SplayTreeInfo *) NULL);
    [all...]
fx.c 123 SplayTreeInfo
    [all...]
  /external/ImageMagick/MagickWand/
wand.c 49 static SplayTreeInfo
50 *wand_ids = (SplayTreeInfo *) NULL;
85 if (wand_ids == (SplayTreeInfo *) NULL)
121 if (wand_ids != (SplayTreeInfo *) NULL)
154 if (wand_ids != (SplayTreeInfo *) NULL)
magick-property.c 733 if (wand->images->profiles == (SplayTreeInfo *) NULL)
    [all...]
  /external/ImageMagick/coders/
dng.c 201 (void) AddValueToSplayTree((SplayTreeInfo *)
xpm.c 269 SplayTreeInfo
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 97 if (magick_registry != (SplayTreeInfo *) NULL) \
106 if (magick_registry != (SplayTreeInfo *) NULL) \
572 static SplayTreeInfo
573 *magick_registry = (SplayTreeInfo *) NULL;
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 97 if (magick_registry != (SplayTreeInfo *) NULL) \
106 if (magick_registry != (SplayTreeInfo *) NULL) \
572 static SplayTreeInfo
573 *magick_registry = (SplayTreeInfo *) NULL;
    [all...]

Completed in 2163 milliseconds