Home
last modified time | relevance | path

Searched refs:CacheMethods (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Dcache-private.h102 } CacheMethods; typedef
195 CacheMethods
283 GetPixelCacheMethods(CacheMethods *),
287 SetPixelCacheMethods(Cache,CacheMethods *);
Dcache.c2227 MagickPrivate void GetPixelCacheMethods(CacheMethods *cache_methods) in GetPixelCacheMethods()
2229 assert(cache_methods != (CacheMethods *) NULL); in GetPixelCacheMethods()
4863 MagickPrivate void SetPixelCacheMethods(Cache cache,CacheMethods *cache_methods) in SetPixelCacheMethods()
4878 assert(cache_methods != (CacheMethods *) NULL); in SetPixelCacheMethods()
Dstream.c1005 CacheMethods in ReadStream()