Lines Matching refs:WandView
118 WandExport WandView *CloneWandView(const WandView *wand_view) in CloneWandView()
120 WandView in CloneWandView()
126 assert(wand_view != (WandView *) NULL); in CloneWandView()
130 clone_view=(WandView *) AcquireCriticalMemory(sizeof(*clone_view)); in CloneWandView()
189 WandExport WandView *DestroyWandView(WandView *wand_view) in DestroyWandView()
191 assert(wand_view != (WandView *) NULL); in DestroyWandView()
200 wand_view=(WandView *) RelinquishMagickMemory(wand_view); in DestroyWandView()
255 WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *source, in DuplexTransferWandViewIterator()
256 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer, in DuplexTransferWandViewIterator()
277 assert(source != (WandView *) NULL); in DuplexTransferWandViewIterator()
411 WandExport char *GetWandViewException(const WandView *wand_view, in GetWandViewException()
417 assert(wand_view != (const WandView *) NULL); in GetWandViewException()
466 WandExport RectangleInfo GetWandViewExtent(const WandView *wand_view) in GetWandViewExtent()
468 assert(wand_view != (WandView *) NULL); in GetWandViewExtent()
516 WandExport MagickBooleanType GetWandViewIterator(WandView *source, in GetWandViewIterator()
536 assert(source != (WandView *) NULL); in GetWandViewIterator()
615 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels()
620 assert(wand_view != (WandView *) NULL); in GetWandViewPixels()
647 WandExport MagickWand *GetWandViewWand(const WandView *wand_view) in GetWandViewWand()
649 assert(wand_view != (WandView *) NULL); in GetWandViewWand()
677 WandExport MagickBooleanType IsWandView(const WandView *wand_view) in IsWandView()
682 if (wand_view == (const WandView *) NULL) in IsWandView()
742 WandExport WandView *NewWandView(MagickWand *wand) in NewWandView()
747 WandView in NewWandView()
752 wand_view=(WandView *) AcquireCriticalMemory(sizeof(*wand_view)); in NewWandView()
800 WandExport WandView *NewWandViewExtent(MagickWand *wand,const ssize_t x, in NewWandViewExtent()
806 WandView in NewWandViewExtent()
811 wand_view=(WandView *) AcquireCriticalMemory(sizeof(*wand_view)); in NewWandViewExtent()
858 MagickExport void SetWandViewDescription(WandView *wand_view, in SetWandViewDescription()
861 assert(wand_view != (WandView *) NULL); in SetWandViewDescription()
910 WandExport MagickBooleanType SetWandViewIterator(WandView *destination, in SetWandViewIterator()
930 assert(destination != (WandView *) NULL); in SetWandViewIterator()
1046 WandExport MagickBooleanType TransferWandViewIterator(WandView *source, in TransferWandViewIterator()
1047 WandView *destination,TransferWandViewMethod transfer,void *context) in TransferWandViewIterator()
1067 assert(source != (WandView *) NULL); in TransferWandViewIterator()
1204 WandExport MagickBooleanType UpdateWandViewIterator(WandView *source, in UpdateWandViewIterator()
1224 assert(source != (WandView *) NULL); in UpdateWandViewIterator()