Lines Matching refs:PixelIterator

119 WandExport void ClearPixelIterator(PixelIterator *iterator)  in ClearPixelIterator()
121 assert(iterator != (const PixelIterator *) NULL); in ClearPixelIterator()
156 WandExport PixelIterator *ClonePixelIterator(const PixelIterator *iterator) in ClonePixelIterator()
158 PixelIterator in ClonePixelIterator()
161 assert(iterator != (PixelIterator *) NULL); in ClonePixelIterator()
165 clone_iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*clone_iterator)); in ClonePixelIterator()
166 if (clone_iterator == (PixelIterator *) NULL) in ClonePixelIterator()
211 WandExport PixelIterator *DestroyPixelIterator(PixelIterator *iterator) in DestroyPixelIterator()
213 assert(iterator != (const PixelIterator *) NULL); in DestroyPixelIterator()
223 iterator=(PixelIterator *) RelinquishMagickMemory(iterator); in DestroyPixelIterator()
250 WandExport MagickBooleanType IsPixelIterator(const PixelIterator *iterator) in IsPixelIterator()
255 if (iterator == (const PixelIterator *) NULL) in IsPixelIterator()
287 WandExport PixelIterator *NewPixelIterator(MagickWand *wand) in NewPixelIterator()
298 PixelIterator in NewPixelIterator()
314 return((PixelIterator *) NULL); in NewPixelIterator()
318 return((PixelIterator *) NULL); in NewPixelIterator()
319 iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*iterator)); in NewPixelIterator()
320 if (iterator == (PixelIterator *) NULL) in NewPixelIterator()
367 PixelIterator *iterator) in PixelClearIteratorException()
369 assert(iterator != (PixelIterator *) NULL); in PixelClearIteratorException()
403 WandExport PixelIterator *NewPixelRegionIterator(MagickWand *wand, in NewPixelRegionIterator()
418 PixelIterator in NewPixelRegionIterator()
433 return((PixelIterator *) NULL); in NewPixelRegionIterator()
437 return((PixelIterator *) NULL); in NewPixelRegionIterator()
438 iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*iterator)); in NewPixelRegionIterator()
439 if (iterator == (PixelIterator *) NULL) in NewPixelRegionIterator()
488 WandExport PixelWand **PixelGetCurrentIteratorRow(PixelIterator *iterator, in PixelGetCurrentIteratorRow()
497 assert(iterator != (PixelIterator *) NULL); in PixelGetCurrentIteratorRow()
544 WandExport char *PixelGetIteratorException(const PixelIterator *iterator, in PixelGetIteratorException()
550 assert(iterator != (const PixelIterator *) NULL); in PixelGetIteratorException()
601 const PixelIterator *iterator) in PixelGetIteratorExceptionType()
603 assert(iterator != (const PixelIterator *) NULL); in PixelGetIteratorExceptionType()
632 WandExport ssize_t PixelGetIteratorRow(PixelIterator *iterator) in PixelGetIteratorRow()
634 assert(iterator != (const PixelIterator *) NULL); in PixelGetIteratorRow()
667 WandExport PixelWand **PixelGetNextIteratorRow(PixelIterator *iterator, in PixelGetNextIteratorRow()
676 assert(iterator != (PixelIterator *) NULL); in PixelGetNextIteratorRow()
726 WandExport PixelWand **PixelGetPreviousIteratorRow(PixelIterator *iterator, in PixelGetPreviousIteratorRow()
735 assert(iterator != (PixelIterator *) NULL); in PixelGetPreviousIteratorRow()
783 WandExport void PixelResetIterator(PixelIterator *iterator) in PixelResetIterator()
785 assert(iterator != (PixelIterator *) NULL); in PixelResetIterator()
815 WandExport void PixelSetFirstIteratorRow(PixelIterator *iterator) in PixelSetFirstIteratorRow()
817 assert(iterator != (PixelIterator *) NULL); in PixelSetFirstIteratorRow()
848 WandExport MagickBooleanType PixelSetIteratorRow(PixelIterator *iterator, in PixelSetIteratorRow()
851 assert(iterator != (const PixelIterator *) NULL); in PixelSetIteratorRow()
884 WandExport void PixelSetLastIteratorRow(PixelIterator *iterator) in PixelSetLastIteratorRow()
886 assert(iterator != (PixelIterator *) NULL); in PixelSetLastIteratorRow()
916 WandExport MagickBooleanType PixelSyncIterator(PixelIterator *iterator) in PixelSyncIterator()
927 assert(iterator != (const PixelIterator *) NULL); in PixelSyncIterator()