MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#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 * | image | ) |
Definition at line 1602 of file cache.c.
References _Image::cache, _Image::filename, GetMagickModule, GetOpenMPThreadId(), GetPixelCacheNexusExtent(), IsEventLogging(), LogMagickEvent(), magick_restrict, MagickCoreSignature, MagickFalse, _Image::signature, and TraceEvent.
Referenced by ExportQuantumPixels(), ImportQuantumPixels(), and StreamImagePixels().
MagickExport CacheType GetImagePixelCacheType | ( | const Image * | image | ) |
Definition at line 1812 of file cache.c.
References _Image::cache, magick_restrict, MagickCoreSignature, and _Image::signature.
Referenced by GetMagickNumberThreads(), GetPixelCacheTileSize(), and IdentifyImage().
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 * | image | ) |
Definition at line 2198 of file cache.c.
References _Image::cache, magick_restrict, MagickCoreSignature, and _Image::signature.
MagickExport void * GetPixelCachePixels | ( | Image * | , |
MagickSizeType * | , | ||
ExceptionInfo * | |||
) |
MagickExport const void * GetVirtualMetacontent | ( | const Image * | image | ) |
Definition at line 2571 of file cache.c.
References _Image::cache, GetOpenMPThreadId(), GetVirtualMetacontentFromNexus(), magick_restrict, MagickCoreSignature, and _Image::signature.
MagickExport const Quantum * GetVirtualPixelQueue | ( | const Image * | image | ) |
Definition at line 3188 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 * | image, |
const | ssize_t, | ||
const | ssize_t, | ||
const | size_t, | ||
const | size_t, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 4312 of file cache.c.
References _Image::cache, GetOpenMPThreadId(), magick_restrict, MagickCoreSignature, MagickFalse, QueueAuthenticPixelCacheNexus(), and _Image::signature.
Referenced by StereoAnaglyphImage().
MagickExport MagickBooleanType SyncAuthenticPixels | ( | Image * | image, |
ExceptionInfo * | exception | ||
) |
Definition at line 5458 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(), and StereoAnaglyphImage().