18 #ifndef MAGICKCORE_CACHE_VIEW_H 19 #define MAGICKCORE_CACHE_VIEW_H 23 #if defined(__cplusplus) || defined(c_plusplus) 103 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport const Quantum * GetCacheViewVirtualPixelQueue(const CacheView *) magick_hot_spot
MagickExport ClassType GetCacheViewStorageClass(const CacheView *) magick_attribute((__pure__))
MagickExport MagickBooleanType SyncCacheViewAuthenticPixels(CacheView *magick_restrict, ExceptionInfo *) magick_hot_spot
MagickExport MagickBooleanType SetCacheViewStorageClass(CacheView *, const ClassType, ExceptionInfo *)
MagickExport Quantum * GetCacheViewAuthenticPixels(CacheView *, const ssize_t, const ssize_t, const size_t, const size_t, ExceptionInfo *) magick_hot_spot
MagickExport const Quantum * GetCacheViewVirtualPixels(const CacheView *, const ssize_t, const ssize_t, const size_t, const size_t, ExceptionInfo *) magick_hot_spot
MagickExport MagickBooleanType GetOneCacheViewVirtualPixelInfo(const CacheView *, const ssize_t, const ssize_t, PixelInfo *, ExceptionInfo *)
MagickExport MagickSizeType GetCacheViewExtent(const CacheView *) magick_attribute((__pure__))
MagickExport Quantum * GetCacheViewAuthenticPixelQueue(CacheView *) magick_hot_spot
MagickExport MagickBooleanType GetOneCacheViewVirtualMethodPixel(const CacheView *, const VirtualPixelMethod, const ssize_t, const ssize_t, Quantum *, ExceptionInfo *)
MagickExport CacheView * CloneCacheView(const CacheView *)
#define magick_attribute(x)
MagickExport CacheView * AcquireAuthenticCacheView(const Image *, ExceptionInfo *)
MagickExport MagickBooleanType GetOneCacheViewVirtualPixel(const CacheView *, const ssize_t, const ssize_t, Quantum *, ExceptionInfo *)
MagickExport MagickBooleanType SetCacheViewVirtualPixelMethod(CacheView *magick_restrict, const VirtualPixelMethod)
MagickExport Quantum * QueueCacheViewAuthenticPixels(CacheView *, const ssize_t, const ssize_t, const size_t, const size_t, ExceptionInfo *) magick_hot_spot
MagickExport ColorspaceType GetCacheViewColorspace(const CacheView *) magick_attribute((__pure__))
MagickExport MagickBooleanType GetOneCacheViewAuthenticPixel(const CacheView *, const ssize_t, const ssize_t, Quantum *, ExceptionInfo *)
MagickExport CacheView * AcquireVirtualCacheView(const Image *, ExceptionInfo *)
MagickExport CacheView * DestroyCacheView(CacheView *)
MagickExport void * GetCacheViewAuthenticMetacontent(CacheView *)
MagickExport const void * GetCacheViewVirtualMetacontent(const CacheView *) magick_attribute((__pure__))
MagickExport const Image * GetCacheViewImage(const CacheView *) magick_attribute((__pure__))