|
MagickCore
6.7.5
|
#include "MagickCore/blob.h"

Go to the source code of this file.
Functions | |
| MagickExport const Quantum * | GetVirtualPixels (const Image *, const ssize_t, const ssize_t, const size_t, const size_t, ExceptionInfo *) |
| MagickExport const Quantum * | GetVirtualPixelQueue (const Image *) |
| MagickExport const void * | GetVirtualMetacontent (const Image *) |
| MagickExport MagickBooleanType | GetOneVirtualPixelInfo (const Image *, const VirtualPixelMethod, const ssize_t, const ssize_t, PixelInfo *, ExceptionInfo *) |
| MagickExport MagickBooleanType | GetOneVirtualPixel (const Image *, const ssize_t, const ssize_t, Quantum *, ExceptionInfo *) |
| MagickExport MagickBooleanType | GetOneAuthenticPixel (Image *, const ssize_t, const ssize_t, Quantum *, ExceptionInfo *) |
| MagickExport MagickBooleanType | PersistPixelCache (Image *, const char *, const MagickBooleanType, MagickOffsetType *, ExceptionInfo *) |
| MagickExport MagickBooleanType | SyncAuthenticPixels (Image *, ExceptionInfo *) |
| MagickExport MagickSizeType | GetImageExtent (const Image *) |
| MagickExport Quantum * | GetAuthenticPixels (Image *, const ssize_t, const ssize_t, const size_t, const size_t, ExceptionInfo *) |
| MagickExport Quantum * | GetAuthenticPixelQueue (const Image *) |
| MagickExport Quantum * | QueueAuthenticPixels (Image *, const ssize_t, const ssize_t, const size_t, const size_t, ExceptionInfo *) |
| MagickExport void * | GetAuthenticMetacontent (const Image *) |
| MagickExport void* GetAuthenticMetacontent | ( | const Image * | ) |
Definition at line 1373 of file cache.c.
References GetOpenMPThreadId(), _Image::signature, MagickSignature, _Image::cache, _CacheInfo::signature, _CacheInfo::methods, _CacheMethods::get_authentic_metacontent_from_handler, _CacheInfo::number_threads, GetPixelCacheNexusMetacontent(), and _CacheInfo::nexus_info.
| 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 1771 of file cache.c.
References GetOpenMPThreadId(), _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, _Image::cache, _CacheInfo::signature, _CacheInfo::number_threads, GetPixelCacheNexusExtent(), and _CacheInfo::nexus_info.
Referenced by ExportQuantumPixels(), ImportQuantumPixels(), and StreamImagePixels().
| 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 void* GetVirtualMetacontent | ( | const Image * | ) |
Definition at line 2844 of file cache.c.
References GetOpenMPThreadId(), _Image::signature, MagickSignature, _Image::cache, _CacheInfo::signature, _CacheInfo::methods, _CacheMethods::get_virtual_metacontent_from_handler, _CacheInfo::number_threads, GetVirtualMetacontentFromNexus(), and _CacheInfo::nexus_info.
Definition at line 3459 of file cache.c.
References GetOpenMPThreadId(), _Image::signature, MagickSignature, _Image::cache, _CacheInfo::signature, _CacheInfo::methods, _CacheMethods::get_virtual_pixels_handler, _CacheInfo::number_threads, GetVirtualPixelsNexus(), and _CacheInfo::nexus_info.
Referenced by ExportQuantumPixels(), and StreamImagePixels().
| 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 4292 of file cache.c.
References GetOpenMPThreadId(), _Image::signature, MagickSignature, _Image::cache, _CacheInfo::signature, _CacheInfo::methods, _CacheMethods::queue_authentic_pixels_handler, _CacheInfo::number_threads, QueueAuthenticPixelCacheNexus(), MagickFalse, and _CacheInfo::nexus_info.
Referenced by StereoAnaglyphImage().
| MagickExport MagickBooleanType SyncAuthenticPixels | ( | Image * | , |
| ExceptionInfo * | |||
| ) |
Definition at line 5044 of file cache.c.
References GetOpenMPThreadId(), _Image::signature, MagickSignature, _Image::cache, _CacheInfo::signature, _CacheInfo::methods, _CacheMethods::sync_authentic_pixels_handler, _CacheInfo::number_threads, SyncAuthenticPixelCacheNexus(), and _CacheInfo::nexus_info.
Referenced by StereoAnaglyphImage(), ClearBounds(), ImportCharPixel(), ImportDoublePixel(), ImportFloatPixel(), ImportLongPixel(), ImportLongLongPixel(), ImportQuantumPixel(), and ImportShortPixel().