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 *) AcquireMagickMemory(sizeof(*clone_view)); in CloneWandView()
131 if (clone_view == (WandView *) NULL) in CloneWandView()
192 WandExport WandView *DestroyWandView(WandView *wand_view) in DestroyWandView()
194 assert(wand_view != (WandView *) NULL); in DestroyWandView()
203 wand_view=(WandView *) RelinquishMagickMemory(wand_view); in DestroyWandView()
258 WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *source, in DuplexTransferWandViewIterator()
259 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer, in DuplexTransferWandViewIterator()
280 assert(source != (WandView *) NULL); in DuplexTransferWandViewIterator()
413 WandExport char *GetWandViewException(const WandView *wand_view, in GetWandViewException()
419 assert(wand_view != (const WandView *) NULL); in GetWandViewException()
468 WandExport RectangleInfo GetWandViewExtent(const WandView *wand_view) in GetWandViewExtent()
470 assert(wand_view != (WandView *) NULL); in GetWandViewExtent()
518 WandExport MagickBooleanType GetWandViewIterator(WandView *source, in GetWandViewIterator()
538 assert(source != (WandView *) NULL); in GetWandViewIterator()
616 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels()
621 assert(wand_view != (WandView *) NULL); in GetWandViewPixels()
648 WandExport MagickWand *GetWandViewWand(const WandView *wand_view) in GetWandViewWand()
650 assert(wand_view != (WandView *) NULL); in GetWandViewWand()
678 WandExport MagickBooleanType IsWandView(const WandView *wand_view) in IsWandView()
683 if (wand_view == (const WandView *) NULL) in IsWandView()
743 WandExport WandView *NewWandView(MagickWand *wand) in NewWandView()
748 WandView in NewWandView()
753 wand_view=(WandView *) AcquireMagickMemory(sizeof(*wand_view)); in NewWandView()
754 if (wand_view == (WandView *) NULL) in NewWandView()
804 WandExport WandView *NewWandViewExtent(MagickWand *wand,const ssize_t x, in NewWandViewExtent()
810 WandView in NewWandViewExtent()
815 wand_view=(WandView *) AcquireMagickMemory(sizeof(*wand_view)); in NewWandViewExtent()
816 if (wand_view == (WandView *) NULL) in NewWandViewExtent()
865 MagickExport void SetWandViewDescription(WandView *wand_view, in SetWandViewDescription()
868 assert(wand_view != (WandView *) NULL); in SetWandViewDescription()
917 WandExport MagickBooleanType SetWandViewIterator(WandView *destination, in SetWandViewIterator()
937 assert(destination != (WandView *) NULL); in SetWandViewIterator()
1052 WandExport MagickBooleanType TransferWandViewIterator(WandView *source, in TransferWandViewIterator()
1053 WandView *destination,TransferWandViewMethod transfer,void *context) in TransferWandViewIterator()
1073 assert(source != (WandView *) NULL); in TransferWandViewIterator()
1209 WandExport MagickBooleanType UpdateWandViewIterator(WandView *source, in UpdateWandViewIterator()
1229 assert(source != (WandView *) NULL); in UpdateWandViewIterator()