Lines Matching defs:cache_view
116 *magick_restrict cache_view; in AcquireAuthenticCacheView() local
153 *magick_restrict cache_view; in AcquireVirtualCacheView() local
205 MagickExport CacheView *CloneCacheView(const CacheView *cache_view) in CloneCacheView()
252 MagickExport CacheView *DestroyCacheView(CacheView *cache_view) in DestroyCacheView()
299 MagickExport Quantum *GetCacheViewAuthenticPixels(CacheView *cache_view, in GetCacheViewAuthenticPixels()
342 MagickExport void *GetCacheViewAuthenticMetacontent(CacheView *cache_view) in GetCacheViewAuthenticMetacontent()
379 MagickExport Quantum *GetCacheViewAuthenticPixelQueue(CacheView *cache_view) in GetCacheViewAuthenticPixelQueue()
414 MagickExport ColorspaceType GetCacheViewColorspace(const CacheView *cache_view) in GetCacheViewColorspace()
448 MagickExport MagickSizeType GetCacheViewExtent(const CacheView *cache_view) in GetCacheViewExtent()
490 MagickExport const Image *GetCacheViewImage(const CacheView *cache_view) in GetCacheViewImage()
523 MagickExport ClassType GetCacheViewStorageClass(const CacheView *cache_view) in GetCacheViewStorageClass()
559 const CacheView *cache_view) in GetCacheViewVirtualMetacontent()
602 const CacheView *cache_view) in GetCacheViewVirtualPixelQueue()
652 const CacheView *cache_view,const ssize_t x,const ssize_t y, in GetCacheViewVirtualPixels()
702 const CacheView *cache_view,const ssize_t x,const ssize_t y,Quantum *pixel, in GetOneCacheViewAuthenticPixel()
774 const CacheView *cache_view,const ssize_t x,const ssize_t y,Quantum *pixel, in GetOneCacheViewVirtualPixel()
847 const CacheView *cache_view,const ssize_t x,const ssize_t y,PixelInfo *pixel, in GetOneCacheViewVirtualPixelInfo()
906 const CacheView *cache_view,const VirtualPixelMethod virtual_pixel_method, in GetOneCacheViewVirtualMethodPixel()
977 MagickExport Quantum *QueueCacheViewAuthenticPixels(CacheView *cache_view, in QueueCacheViewAuthenticPixels()
1023 MagickExport MagickBooleanType SetCacheViewStorageClass(CacheView *cache_view, in SetCacheViewStorageClass()
1061 CacheView *magick_restrict cache_view, in SetCacheViewVirtualPixelMethod()
1101 CacheView *magick_restrict cache_view,ExceptionInfo *exception) in SyncCacheViewAuthenticPixels()