#include "magick/pixel.h"
Go to the source code of this file.
typedef struct _CacheView CacheView |
enum VirtualPixelMethod |
MagickExport const IndexPacket* AcquireCacheViewIndexes | ( | const CacheView * | ) |
MagickExport const PixelPacket* AcquireCacheViewPixels | ( | const CacheView * | , | |
const | long, | |||
const | long, | |||
const unsigned | long, | |||
const unsigned | long, | |||
ExceptionInfo * | ||||
) |
MagickExport PixelPacket AcquireOneCacheViewPixel | ( | const CacheView * | , | |
const | long, | |||
const | long, | |||
ExceptionInfo * | ||||
) |
MagickExport ColorspaceType GetCacheViewColorspace | ( | const CacheView * | ) |
MagickExport ExceptionInfo* GetCacheViewException | ( | const CacheView * | ) |
MagickExport IndexPacket* GetCacheViewIndexes | ( | const CacheView * | ) |
MagickExport PixelPacket * GetCacheViewPixels | ( | CacheView * | , | |
const | long, | |||
const | long, | |||
const unsigned long | , | |||
const unsigned long | ||||
) |
MagickExport PixelPacket * GetOneCacheViewPixel | ( | const CacheView * | , | |
const | long, | |||
const | long | |||
) |
MagickExport PixelPacket * * SetCacheView | ( | CacheView * | , | |
const | long, | |||
const | long, | |||
const unsigned | long, | |||
const unsigned | long | |||
) |
MagickExport MagickBooleanType SetCacheViewStorageClass | ( | CacheView * | , | |
const | ClassType | |||
) |
MagickExport MagickBooleanType SetCacheViewVirtualPixelMethod | ( | CacheView * | , | |
const | VirtualPixelMethod | |||
) |
MagickExport MagickBooleanType SyncCacheView | ( | CacheView * | ) |