#include "wand/magick-wand.h"
#include "wand/pixel-wand.h"
Go to the source code of this file.
| typedef struct _PixelIterator PixelIterator |
Definition at line 28 of file pixel-iterator.h.
| WandExport void ClearPixelIterator | ( | PixelIterator * | ) |
| WandExport PixelIterator* ClonePixelIterator | ( | const PixelIterator * | ) |
| WandExport PixelIterator* * DestroyPixelIterator | ( | PixelIterator * | ) |
| WandExport MagickBooleanType IsPixelIterator | ( | const PixelIterator * | ) |
| WandExport PixelIterator* * * NewPixelIterator | ( | MagickWand * | ) |
| WandExport PixelIterator* * * * NewPixelRegionIterator | ( | MagickWand * | , | |
| const | long, | |||
| const | long, | |||
| const unsigned | long, | |||
| const unsigned | long | |||
| ) |
Definition at line 400 of file pixel-iterator.c.
References AcquireWandId(), _PixelIterator::debug, _PixelIterator::exception, GetImageFromMagickWand(), _PixelIterator::id, MaxTextExtent, _PixelIterator::name, _MagickWand::name, NewPixelWands(), _PixelIterator::pixel_wands, PixelIteratorId, _PixelIterator::region, _PixelIterator::signature, ThrowWandFatalException, _PixelIterator::view, WandSignature, and _PixelIterator::y.
| WandExport MagickBooleanType PixelClearIteratorException | ( | PixelIterator * | ) |
| WandExport PixelWand** PixelGetCurrentIteratorRow | ( | PixelIterator * | , | |
| unsigned long * | ||||
| ) |
| WandExport char* PixelGetIteratorException | ( | const PixelIterator * | , | |
| ExceptionType * | ||||
| ) |
Definition at line 544 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::exception, MaxTextExtent, _PixelIterator::name, _PixelIterator::signature, ThrowWandFatalException, and WandSignature.
Referenced by PixelIteratorGetException().
| WandExport ExceptionType PixelGetIteratorExceptionType | ( | const PixelIterator * | ) |
Definition at line 599 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::exception, _PixelIterator::name, _PixelIterator::signature, and WandSignature.
| WandExport long PixelGetIteratorRow | ( | PixelIterator * | ) |
Definition at line 631 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::name, _PixelIterator::signature, WandSignature, and _PixelIterator::y.
| WandExport PixelWand** ** PixelGetNextIteratorRow | ( | PixelIterator * | , | |
| unsigned long * | ||||
| ) |
| WandExport PixelWand** ** ** PixelGetPreviousIteratorRow | ( | PixelIterator * | , | |
| unsigned long * | ||||
| ) |
Definition at line 741 of file pixel-iterator.c.
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 void PixelResetIterator | ( | PixelIterator * | ) |
| WandExport void PixelSetFirstIteratorRow | ( | PixelIterator * | ) |
| WandExport MagickBooleanType PixelSetIteratorRow | ( | PixelIterator * | , | |
| const | long | |||
| ) |
| WandExport void PixelSetLastIteratorRow | ( | PixelIterator * | ) |
Definition at line 906 of file pixel-iterator.c.
References _PixelIterator::active, _PixelIterator::debug, _PixelIterator::name, _PixelIterator::region, _PixelIterator::signature, WandSignature, and _PixelIterator::y.
| WandExport MagickBooleanType PixelSyncIterator | ( | PixelIterator * | ) |
Definition at line 938 of file pixel-iterator.c.
References _PixelIterator::debug, _PixelIterator::exception, _PixelIterator::name, _PixelIterator::pixel_wands, PixelGetBlackQuantum(), PixelGetIndex(), PixelGetQuantumColor(), _PixelIterator::region, _PixelIterator::signature, _PixelIterator::view, WandSignature, and _PixelIterator::y.
Referenced by main().
1.5.6