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 *) AcquireCriticalMemory( in ClonePixelIterator()
209 WandExport PixelIterator *DestroyPixelIterator(PixelIterator *iterator) in DestroyPixelIterator()
211 assert(iterator != (const PixelIterator *) NULL); in DestroyPixelIterator()
221 iterator=(PixelIterator *) RelinquishMagickMemory(iterator); in DestroyPixelIterator()
248 WandExport MagickBooleanType IsPixelIterator(const PixelIterator *iterator) in IsPixelIterator()
253 if (iterator == (const PixelIterator *) NULL) in IsPixelIterator()
285 WandExport PixelIterator *NewPixelIterator(MagickWand *wand) in NewPixelIterator()
296 PixelIterator in NewPixelIterator()
312 return((PixelIterator *) NULL); in NewPixelIterator()
316 return((PixelIterator *) NULL); in NewPixelIterator()
317 iterator=(PixelIterator *) AcquireCriticalMemory(sizeof(*iterator)); in NewPixelIterator()
362 PixelIterator *iterator) in PixelClearIteratorException()
364 assert(iterator != (PixelIterator *) NULL); in PixelClearIteratorException()
398 WandExport PixelIterator *NewPixelRegionIterator(MagickWand *wand, in NewPixelRegionIterator()
413 PixelIterator in NewPixelRegionIterator()
428 return((PixelIterator *) NULL); in NewPixelRegionIterator()
432 return((PixelIterator *) NULL); in NewPixelRegionIterator()
433 iterator=(PixelIterator *) AcquireCriticalMemory(sizeof(*iterator)); in NewPixelRegionIterator()
480 WandExport PixelWand **PixelGetCurrentIteratorRow(PixelIterator *iterator, in PixelGetCurrentIteratorRow()
489 assert(iterator != (PixelIterator *) NULL); in PixelGetCurrentIteratorRow()
536 WandExport char *PixelGetIteratorException(const PixelIterator *iterator, in PixelGetIteratorException()
542 assert(iterator != (const PixelIterator *) NULL); in PixelGetIteratorException()
594 const PixelIterator *iterator) in PixelGetIteratorExceptionType()
596 assert(iterator != (const PixelIterator *) NULL); in PixelGetIteratorExceptionType()
625 WandExport ssize_t PixelGetIteratorRow(PixelIterator *iterator) in PixelGetIteratorRow()
627 assert(iterator != (const PixelIterator *) NULL); in PixelGetIteratorRow()
660 WandExport PixelWand **PixelGetNextIteratorRow(PixelIterator *iterator, in PixelGetNextIteratorRow()
669 assert(iterator != (PixelIterator *) NULL); in PixelGetNextIteratorRow()
719 WandExport PixelWand **PixelGetPreviousIteratorRow(PixelIterator *iterator, in PixelGetPreviousIteratorRow()
728 assert(iterator != (PixelIterator *) NULL); in PixelGetPreviousIteratorRow()
776 WandExport void PixelResetIterator(PixelIterator *iterator) in PixelResetIterator()
778 assert(iterator != (PixelIterator *) NULL); in PixelResetIterator()
808 WandExport void PixelSetFirstIteratorRow(PixelIterator *iterator) in PixelSetFirstIteratorRow()
810 assert(iterator != (PixelIterator *) NULL); in PixelSetFirstIteratorRow()
841 WandExport MagickBooleanType PixelSetIteratorRow(PixelIterator *iterator, in PixelSetIteratorRow()
844 assert(iterator != (const PixelIterator *) NULL); in PixelSetIteratorRow()
877 WandExport void PixelSetLastIteratorRow(PixelIterator *iterator) in PixelSetLastIteratorRow()
879 assert(iterator != (PixelIterator *) NULL); in PixelSetLastIteratorRow()
909 WandExport MagickBooleanType PixelSyncIterator(PixelIterator *iterator) in PixelSyncIterator()
920 assert(iterator != (const PixelIterator *) NULL); in PixelSyncIterator()