PixelIterator    5183 tests/wandtest.c   PixelIterator
PixelIterator    5371 tests/wandtest.c   if (iterator == (PixelIterator *) NULL)
PixelIterator    2679 wand/deprecate.c WandExport PixelWand **PixelGetNextRow(PixelIterator *iterator)
PixelIterator    2713 wand/deprecate.c WandExport char *PixelIteratorGetException(const PixelIterator *iterator,
PixelIterator      64 wand/deprecate.h   *PixelIteratorGetException(const PixelIterator *,ExceptionType *)
PixelIterator     158 wand/deprecate.h   **PixelGetNextRow(PixelIterator *) magick_attribute((deprecated));
PixelIterator     119 wand/pixel-iterator.c WandExport void ClearPixelIterator(PixelIterator *iterator)
PixelIterator     121 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator     156 wand/pixel-iterator.c WandExport PixelIterator *ClonePixelIterator(const PixelIterator *iterator)
PixelIterator     158 wand/pixel-iterator.c   PixelIterator
PixelIterator     161 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     165 wand/pixel-iterator.c   clone_iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*clone_iterator));
PixelIterator     166 wand/pixel-iterator.c   if (clone_iterator == (PixelIterator *) NULL)
PixelIterator     211 wand/pixel-iterator.c WandExport PixelIterator *DestroyPixelIterator(PixelIterator *iterator)
PixelIterator     213 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator     223 wand/pixel-iterator.c   iterator=(PixelIterator *) RelinquishMagickMemory(iterator);
PixelIterator     250 wand/pixel-iterator.c WandExport MagickBooleanType IsPixelIterator(const PixelIterator *iterator)
PixelIterator     255 wand/pixel-iterator.c   if (iterator == (const PixelIterator *) NULL)
PixelIterator     287 wand/pixel-iterator.c WandExport PixelIterator *NewPixelIterator(MagickWand *wand)
PixelIterator     298 wand/pixel-iterator.c   PixelIterator
PixelIterator     314 wand/pixel-iterator.c     return((PixelIterator *) NULL);
PixelIterator     318 wand/pixel-iterator.c     return((PixelIterator *) NULL);
PixelIterator     319 wand/pixel-iterator.c   iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*iterator));
PixelIterator     320 wand/pixel-iterator.c   if (iterator == (PixelIterator *) NULL)
PixelIterator     367 wand/pixel-iterator.c   PixelIterator *iterator)
PixelIterator     369 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     403 wand/pixel-iterator.c WandExport PixelIterator *NewPixelRegionIterator(MagickWand *wand,
PixelIterator     418 wand/pixel-iterator.c   PixelIterator
PixelIterator     433 wand/pixel-iterator.c     return((PixelIterator *) NULL);
PixelIterator     437 wand/pixel-iterator.c     return((PixelIterator *) NULL);
PixelIterator     438 wand/pixel-iterator.c   iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*iterator));
PixelIterator     439 wand/pixel-iterator.c   if (iterator == (PixelIterator *) NULL)
PixelIterator     488 wand/pixel-iterator.c WandExport PixelWand **PixelGetCurrentIteratorRow(PixelIterator *iterator,
PixelIterator     500 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     556 wand/pixel-iterator.c WandExport char *PixelGetIteratorException(const PixelIterator *iterator,
PixelIterator     562 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator     613 wand/pixel-iterator.c   const PixelIterator *iterator)
PixelIterator     615 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator     644 wand/pixel-iterator.c WandExport ssize_t PixelGetIteratorRow(PixelIterator *iterator)
PixelIterator     646 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator     679 wand/pixel-iterator.c WandExport PixelWand **PixelGetNextIteratorRow(PixelIterator *iterator,
PixelIterator     691 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     751 wand/pixel-iterator.c WandExport PixelWand **PixelGetPreviousRow(PixelIterator *iterator)
PixelIterator     759 wand/pixel-iterator.c WandExport PixelWand **PixelGetPreviousIteratorRow(PixelIterator *iterator,
PixelIterator     771 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     828 wand/pixel-iterator.c WandExport void PixelResetIterator(PixelIterator *iterator)
PixelIterator     830 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     860 wand/pixel-iterator.c WandExport void PixelSetFirstIteratorRow(PixelIterator *iterator)
PixelIterator     862 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     893 wand/pixel-iterator.c WandExport MagickBooleanType PixelSetIteratorRow(PixelIterator *iterator,
PixelIterator     896 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator     929 wand/pixel-iterator.c WandExport void PixelSetLastIteratorRow(PixelIterator *iterator)
PixelIterator     931 wand/pixel-iterator.c   assert(iterator != (PixelIterator *) NULL);
PixelIterator     961 wand/pixel-iterator.c WandExport MagickBooleanType PixelSyncIterator(PixelIterator *iterator)
PixelIterator     975 wand/pixel-iterator.c   assert(iterator != (const PixelIterator *) NULL);
PixelIterator      29 wand/pixel-iterator.h   PixelIterator;
PixelIterator      32 wand/pixel-iterator.h   *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
PixelIterator      35 wand/pixel-iterator.h   PixelGetIteratorExceptionType(const PixelIterator *);
PixelIterator      38 wand/pixel-iterator.h   IsPixelIterator(const PixelIterator *),
PixelIterator      39 wand/pixel-iterator.h   PixelClearIteratorException(PixelIterator *),
PixelIterator      40 wand/pixel-iterator.h   PixelSetIteratorRow(PixelIterator *,const ssize_t),
PixelIterator      41 wand/pixel-iterator.h   PixelSyncIterator(PixelIterator *);
PixelIterator      43 wand/pixel-iterator.h extern WandExport PixelIterator
PixelIterator      44 wand/pixel-iterator.h   *ClonePixelIterator(const PixelIterator *),
PixelIterator      45 wand/pixel-iterator.h   *DestroyPixelIterator(PixelIterator *),
PixelIterator      51 wand/pixel-iterator.h   **PixelGetCurrentIteratorRow(PixelIterator *,size_t *),
PixelIterator      52 wand/pixel-iterator.h   **PixelGetNextIteratorRow(PixelIterator *,size_t *),
PixelIterator      53 wand/pixel-iterator.h   **PixelGetPreviousIteratorRow(PixelIterator *,size_t *);
PixelIterator      56 wand/pixel-iterator.h   PixelGetIteratorRow(PixelIterator *);
PixelIterator      59 wand/pixel-iterator.h   ClearPixelIterator(PixelIterator *),
PixelIterator      60 wand/pixel-iterator.h   PixelResetIterator(PixelIterator *),
PixelIterator      61 wand/pixel-iterator.h   PixelSetFirstIteratorRow(PixelIterator *),
PixelIterator      62 wand/pixel-iterator.h   PixelSetLastIteratorRow(PixelIterator *);
PixelIterator      35 www/source/contrast.c   PixelIterator
PixelIterator      71 www/source/contrast.c   if ((iterator == (PixelIterator *) NULL) ||
PixelIterator      72 www/source/contrast.c       (contrast_iterator == (PixelIterator *) NULL))