|
MagickWand
6.7.5
|
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 ssize_t | , | ||
| const ssize_t | , | ||
| const size_t | , | ||
| const size_t | |||
| ) |
Definition at line 407 of file pixel-iterator.c.
References image, ThrowWandFatalException, GetImageFromMagickWand(), _MagickWand::name, _PixelIterator::id, AcquireWandId(), _PixelIterator::name, MaxTextExtent, PixelIteratorId, _PixelIterator::exception, _PixelIterator::view, _PixelIterator::region, _PixelIterator::pixel_wands, NewPixelWands(), _PixelIterator::y, _PixelIterator::debug, _PixelIterator::signature, and WandSignature.
| WandExport MagickBooleanType PixelClearIteratorException | ( | PixelIterator * | ) |
| WandExport PixelWand** PixelGetCurrentIteratorRow | ( | PixelIterator * | , |
| size_t * | |||
| ) |
| WandExport char* PixelGetIteratorException | ( | const PixelIterator * | , |
| ExceptionType * | |||
| ) |
Definition at line 543 of file pixel-iterator.c.
References _PixelIterator::signature, WandSignature, _PixelIterator::debug, _PixelIterator::name, _PixelIterator::exception, MaxTextExtent, and ThrowWandFatalException.
| WandExport ExceptionType PixelGetIteratorExceptionType | ( | const PixelIterator * | ) |
Definition at line 598 of file pixel-iterator.c.
References _PixelIterator::signature, WandSignature, _PixelIterator::debug, _PixelIterator::name, and _PixelIterator::exception.
| WandExport ssize_t PixelGetIteratorRow | ( | PixelIterator * | ) |
Definition at line 630 of file pixel-iterator.c.
References _PixelIterator::signature, WandSignature, _PixelIterator::debug, _PixelIterator::name, and _PixelIterator::y.
| WandExport PixelWand ** PixelGetNextIteratorRow | ( | PixelIterator * | , |
| size_t * | |||
| ) |
| WandExport PixelWand ** PixelGetPreviousIteratorRow | ( | PixelIterator * | , |
| size_t * | |||
| ) |
Definition at line 723 of file pixel-iterator.c.
References _PixelIterator::signature, WandSignature, _PixelIterator::debug, _PixelIterator::name, _PixelIterator::active, _PixelIterator::y, PixelSetIteratorRow(), _PixelIterator::view, _PixelIterator::region, _PixelIterator::exception, PixelSetQuantumPixel(), _PixelIterator::image, and _PixelIterator::pixel_wands.
| WandExport void PixelResetIterator | ( | PixelIterator * | ) |
| WandExport void PixelSetFirstIteratorRow | ( | PixelIterator * | ) |
| WandExport MagickBooleanType PixelSetIteratorRow | ( | PixelIterator * | , |
| const ssize_t | |||
| ) |
| WandExport void PixelSetLastIteratorRow | ( | PixelIterator * | ) |
Definition at line 880 of file pixel-iterator.c.
References _PixelIterator::signature, WandSignature, _PixelIterator::debug, _PixelIterator::name, _PixelIterator::active, _PixelIterator::y, and _PixelIterator::region.
| WandExport MagickBooleanType PixelSyncIterator | ( | PixelIterator * | ) |
Definition at line 912 of file pixel-iterator.c.
References _PixelIterator::signature, WandSignature, _PixelIterator::debug, _PixelIterator::name, _PixelIterator::view, _PixelIterator::exception, _PixelIterator::region, _PixelIterator::y, PixelGetQuantumPixel(), _PixelIterator::image, and _PixelIterator::pixel_wands.
Referenced by main().