MagickCore
7.0.9
|
#include "MagickCore/blob.h"
Go to the source code of this file.
Enumerations | |
enum | CacheType { UndefinedCache, DiskCache, DistributedCache, MapCache, MemoryCache, PingCache } |
enum CacheType |
MagickExport void* AcquirePixelCachePixels | ( | const Image * | , |
size_t * | , | ||
ExceptionInfo * | |||
) |
MagickExport void * GetAuthenticMetacontent | ( | const Image * | ) |
MagickExport Quantum * GetAuthenticPixelQueue | ( | const Image * | ) |
MagickExport Quantum* GetAuthenticPixels | ( | Image * | , |
const ssize_t | , | ||
const ssize_t | , | ||
const size_t | , | ||
const size_t | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickSizeType GetImageExtent | ( | const Image * | ) |
Definition at line 1582 of file cache.c.
References _Image::cache, _Image::debug, _Image::filename, GetMagickModule, GetOpenMPThreadId(), GetPixelCacheNexusExtent(), LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, _Image::signature, and TraceEvent.
Referenced by ExportQuantumPixels(), ImportQuantumPixels(), and StreamImagePixels().
MagickExport CacheType GetImagePixelCacheType | ( | const Image * | ) |
Definition at line 1792 of file cache.c.
References _Image::cache, magick_restrict, MagickCoreSignature, and _Image::signature.
Referenced by GetPixelCacheTileSize().
MagickExport MagickBooleanType GetOneAuthenticPixel | ( | Image * | , |
const ssize_t | , | ||
const ssize_t | , | ||
Quantum * | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType GetOneVirtualPixel | ( | const Image * | , |
const ssize_t | , | ||
const ssize_t | , | ||
Quantum * | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType GetOneVirtualPixelInfo | ( | const Image * | , |
const VirtualPixelMethod | , | ||
const ssize_t | , | ||
const ssize_t | , | ||
PixelInfo * | , | ||
ExceptionInfo * | |||
) |
MagickExport const char* GetPixelCacheFilename | ( | const Image * | ) |
Definition at line 2178 of file cache.c.
References _Image::cache, magick_restrict, MagickCoreSignature, and _Image::signature.
MagickExport void * GetPixelCachePixels | ( | Image * | , |
MagickSizeType * | , | ||
ExceptionInfo * | |||
) |
Definition at line 2303 of file cache.c.
References _Image::cache, magick_restrict, MagickCoreSignature, MapCache, MemoryCache, _ExceptionInfo::signature, and _Image::signature.
MagickExport const void* GetVirtualMetacontent | ( | const Image * | ) |
Definition at line 2552 of file cache.c.
References _Image::cache, GetOpenMPThreadId(), GetVirtualMetacontentFromNexus(), magick_restrict, MagickCoreSignature, and _Image::signature.
Referenced by ReadDistributeCacheMetacontent().
MagickExport const Quantum * GetVirtualPixelQueue | ( | const Image * | ) |
Definition at line 3165 of file cache.c.
References _Image::cache, GetOpenMPThreadId(), GetVirtualPixelsNexus(), magick_restrict, MagickCoreSignature, and _Image::signature.
Referenced by ExportQuantumPixels().
MagickExport const Quantum* GetVirtualPixels | ( | const Image * | , |
const ssize_t | , | ||
const ssize_t | , | ||
const size_t | , | ||
const size_t | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType PersistPixelCache | ( | Image * | , |
const char * | , | ||
const MagickBooleanType | , | ||
MagickOffsetType * | , | ||
ExceptionInfo * | |||
) |
MagickExport Quantum * QueueAuthenticPixels | ( | Image * | , |
const ssize_t | , | ||
const ssize_t | , | ||
const size_t | , | ||
const size_t | , | ||
ExceptionInfo * | |||
) |
Definition at line 4303 of file cache.c.
References _Image::cache, GetOpenMPThreadId(), magick_restrict, MagickCoreSignature, MagickFalse, QueueAuthenticPixelCacheNexus(), and _Image::signature.
Referenced by StereoAnaglyphImage().
MagickExport MagickBooleanType SyncAuthenticPixels | ( | Image * | , |
ExceptionInfo * | |||
) |
Definition at line 5437 of file cache.c.
References _Image::cache, GetOpenMPThreadId(), magick_restrict, MagickCoreSignature, _Image::signature, and SyncAuthenticPixelCacheNexus().
Referenced by ClearBounds(), ImportCharPixel(), ImportDoublePixel(), ImportFloatPixel(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportShortPixel(), StereoAnaglyphImage(), WriteDistributeCacheMetacontent(), and WriteDistributeCachePixels().