Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Cache

19 %                        MagickCore Cache View Methods                        %
51 #include "MagickCore/cache.h"
52 #include "MagickCore/cache-private.h"
53 #include "MagickCore/cache-view.h"
100 % AcquireAuthenticCacheView() acquires an authentic view into the pixel cache.
137 % AcquireVirtualCacheView() acquires a virtual view into the pixel cache,
199 % CloneCacheView() makes an exact copy of the specified cache view.
207 % o cache_view: the cache view.
255 % o cache_view: the cache view.
287 % cache as defined by the geometry parameters. A pointer to the pixels is
298 % o cache_view: the cache view.
347 % o cache_view: the cache view.
357 assert(cache_view->image->cache != (Cache) NULL);
385 % o cache_view: the cache view.
395 assert(cache_view->image->cache != (Cache) NULL);
421 % o cache_view: the cache view.
431 return(GetPixelCacheColorspace(cache_view->image->cache));
456 % o cache_view: the cache view.
472 assert(cache_view->image->cache != (Cache) NULL);
474 extent=GetPixelCacheNexusExtent(cache_view->image->cache,
499 % o cache_view: the cache view.
533 % o cache_view: the cache view.
543 return(GetPixelCacheStorageClass(cache_view->image->cache));
569 % o cache_view: the cache view.
583 assert(cache_view->image->cache != (Cache) NULL);
585 metacontent=GetVirtualMetacontentFromNexus(cache_view->image->cache,
613 % o cache_view: the cache view.
627 assert(cache_view->image->cache != (Cache) NULL);
629 pixels=GetVirtualPixelsNexus(cache_view->image->cache,
647 % disk pixel cache as defined by the geometry parameters. A pointer to the
659 % o cache_view: the cache view.
709 % o cache_view: the cache view.
782 % o cache_view: the cache view.
856 % o cache_view: the cache view.
914 % o cache_view: the cache view.
978 % disk pixel cache as defined by the geometry parameters. A pointer to the
990 % o cache_view: the cache view.
1038 % o cache_view: the cache view.
1069 % with the specified cache view.
1078 % o cache_view: the cache view.
1108 % SyncCacheViewAuthenticPixels() saves the cache view pixels to the in-memory
1109 % or disk cache. It returns MagickTrue if the pixel region is flushed,
1119 % o cache_view: the cache view.