|
MagickWand
6.9.7
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/pixel-iterator.h"#include "wand/pixel-wand.h"#include "wand/wand.h"Data Structures | |
| struct | _PixelIterator |
Macros | |
| #define | PixelIteratorId "PixelIterator" |
| #define PixelIteratorId "PixelIterator" |
Referenced by ClonePixelIterator(), IsPixelIterator(), NewPixelIterator(), and NewPixelRegionIterator().
| WandExport void ClearPixelIterator | ( | PixelIterator * | iterator | ) |
| WandExport PixelIterator* ClonePixelIterator | ( | const PixelIterator * | iterator | ) |
References AcquireWandId(), _PixelIterator::active, ClonePixelWands(), _PixelIterator::debug, _PixelIterator::exception, _PixelIterator::id, MaxTextExtent, _PixelIterator::name, _PixelIterator::pixel_wands, PixelIteratorId, _PixelIterator::region, _PixelIterator::signature, ThrowWandFatalException, _PixelIterator::view, WandSignature, and _PixelIterator::y.
| WandExport PixelIterator* DestroyPixelIterator | ( | PixelIterator * | iterator | ) |
| WandExport MagickBooleanType IsPixelIterator | ( | const PixelIterator * | iterator | ) |
References _PixelIterator::name, PixelIteratorId, _PixelIterator::signature, and WandSignature.
| WandExport PixelIterator* NewPixelIterator | ( | MagickWand * | wand | ) |
References AcquireWandId(), _PixelIterator::debug, _PixelIterator::exception, GetImageFromMagickWand(), _PixelIterator::id, MaxTextExtent, _PixelIterator::name, NewPixelWands(), _PixelIterator::pixel_wands, PixelIteratorId, _PixelIterator::region, _PixelIterator::signature, ThrowWandFatalException, _PixelIterator::view, WandSignature, and _PixelIterator::y.
| WandExport PixelIterator* NewPixelRegionIterator | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | width, | ||
| const size_t | height | ||
| ) |
References AcquireWandId(), _PixelIterator::debug, _PixelIterator::exception, GetImageFromMagickWand(), _PixelIterator::id, MaxTextExtent, _MagickWand::name, _PixelIterator::name, NewPixelWands(), _PixelIterator::pixel_wands, PixelIteratorId, _PixelIterator::region, _PixelIterator::signature, ThrowWandFatalException, _PixelIterator::view, WandSignature, and _PixelIterator::y.
| WandExport MagickBooleanType PixelClearIteratorException | ( | PixelIterator * | iterator | ) |
| WandExport PixelWand** PixelGetCurrentIteratorRow | ( | PixelIterator * | iterator, |
| size_t * | number_wands | ||
| ) |
References _PixelIterator::active, _PixelIterator::debug, _PixelIterator::exception, _PixelIterator::name, _PixelIterator::pixel_wands, PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _PixelIterator::region, _PixelIterator::signature, _PixelIterator::view, WandSignature, and _PixelIterator::y.
| WandExport char* PixelGetIteratorException | ( | const PixelIterator * | iterator, |
| ExceptionType * | severity | ||
| ) |
References _PixelIterator::debug, _PixelIterator::exception, MaxTextExtent, _PixelIterator::name, _PixelIterator::signature, ThrowWandFatalException, and WandSignature.
Referenced by PixelIteratorGetException().
| WandExport ExceptionType PixelGetIteratorExceptionType | ( | const PixelIterator * | iterator | ) |
| WandExport ssize_t PixelGetIteratorRow | ( | PixelIterator * | iterator | ) |
References _PixelIterator::debug, _PixelIterator::name, _PixelIterator::signature, WandSignature, and _PixelIterator::y.
| WandExport PixelWand** PixelGetNextIteratorRow | ( | PixelIterator * | iterator, |
| size_t * | number_wands | ||
| ) |
References _PixelIterator::active, _PixelIterator::debug, _PixelIterator::exception, _PixelIterator::name, _PixelIterator::pixel_wands, PixelSetBlackQuantum(), PixelSetIndex(), PixelSetIteratorRow(), PixelSetQuantumColor(), _PixelIterator::region, _PixelIterator::signature, _PixelIterator::view, WandSignature, and _PixelIterator::y.
Referenced by PixelGetNextRow().
| WandExport PixelWand** PixelGetPreviousIteratorRow | ( | PixelIterator * | iterator, |
| size_t * | number_wands | ||
| ) |
References _PixelIterator::active, _PixelIterator::debug, _PixelIterator::exception, _PixelIterator::name, _PixelIterator::pixel_wands, PixelSetBlackQuantum(), PixelSetIndex(), PixelSetIteratorRow(), PixelSetQuantumColor(), _PixelIterator::region, _PixelIterator::signature, _PixelIterator::view, WandSignature, and _PixelIterator::y.
Referenced by PixelGetPreviousRow().
| WandExport PixelWand** PixelGetPreviousRow | ( | PixelIterator * | iterator | ) |
References PixelGetPreviousIteratorRow().
| WandExport void PixelResetIterator | ( | PixelIterator * | iterator | ) |
| WandExport void PixelSetFirstIteratorRow | ( | PixelIterator * | iterator | ) |
| WandExport MagickBooleanType PixelSetIteratorRow | ( | PixelIterator * | iterator, |
| const ssize_t | row | ||
| ) |
References _PixelIterator::active, _PixelIterator::debug, _PixelIterator::name, _PixelIterator::region, _PixelIterator::signature, WandSignature, and _PixelIterator::y.
Referenced by PixelGetNextIteratorRow(), and PixelGetPreviousIteratorRow().
| WandExport void PixelSetLastIteratorRow | ( | PixelIterator * | iterator | ) |
| WandExport MagickBooleanType PixelSyncIterator | ( | PixelIterator * | iterator | ) |