Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Cache

16   MagickCore cache private methods.
21 #include "MagickCore/cache.h"
22 #include "MagickCore/distribute-cache.h"
34 *Cache;
116 *cache,
228 extern MagickPrivate Cache
230 ClonePixelCache(const Cache),
231 DestroyPixelCache(Cache),
232 ReferencePixelCache(Cache);
235 GetPixelCacheStorageClass(const Cache);
238 GetPixelCacheColorspace(const Cache);
244 *GetVirtualPixelsNexus(const Cache,NexusInfo *magick_restrict);
248 *GetVirtualMetacontentFromNexus(const Cache,NexusInfo *magick_restrict);
257 GetPixelCacheNexusExtent(const Cache,NexusInfo *magick_restrict);
271 GetPixelCacheChannels(const Cache);
279 ClonePixelCacheMethods(Cache,const Cache),
284 SetPixelCacheMethods(Cache,CacheMethods *);