#include "wand/magick-wand.h"#include "wand/pixel-wand.h"Go to the source code of this file.
| typedef struct _PixelIterator PixelIterator |
| 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 | ssize_t, | |||
| const | ssize_t, | |||
| const | size_t, | |||
| const | size_t | |||
| ) |
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 * | , | |
| size_t * | ||||
| ) |
| WandExport char* PixelGetIteratorException | ( | const PixelIterator * | , | |
| ExceptionType * | ||||
| ) |
References _PixelIterator::debug, _PixelIterator::exception, MaxTextExtent, _PixelIterator::name, _PixelIterator::signature, ThrowWandFatalException, and WandSignature.
Referenced by PixelIteratorGetException().
| WandExport ExceptionType PixelGetIteratorExceptionType | ( | const PixelIterator * | ) |
| WandExport ssize_t PixelGetIteratorRow | ( | PixelIterator * | ) |
References _PixelIterator::debug, _PixelIterator::name, _PixelIterator::signature, WandSignature, and _PixelIterator::y.
| WandExport PixelWand** ** PixelGetNextIteratorRow | ( | PixelIterator * | , | |
| size_t * | ||||
| ) |
| WandExport PixelWand** ** ** PixelGetPreviousIteratorRow | ( | PixelIterator * | , | |
| size_t * | ||||
| ) |
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 | ssize_t | |||
| ) |
| WandExport void PixelSetLastIteratorRow | ( | PixelIterator * | ) |
| WandExport MagickBooleanType PixelSyncIterator | ( | PixelIterator * | ) |
1.6.1