Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:WandView

58 #define WandViewId  "WandView"
114 % WandView *CloneWandView(const WandView *wand_view)
121 WandExport WandView *CloneWandView(const WandView *wand_view)
123 WandView
129 assert(wand_view != (WandView *) NULL);
133 clone_view=(WandView *) AcquireMagickMemory(sizeof(*clone_view));
134 if (clone_view == (WandView *) NULL)
174 % WandView *DestroyWandView(WandView *wand_view)
196 WandExport WandView *DestroyWandView(WandView *wand_view)
198 assert(wand_view != (WandView *) NULL);
207 wand_view=(WandView *) RelinquishMagickMemory(wand_view);
233 % MagickBooleanType DuplexTransferImageViewMethod(const WandView *source,
234 % const WandView *duplex,WandView *destination,const ssize_t y,
246 % MagickBooleanType DuplexTransferWandViewIterator(WandView *source,
247 % WandView *duplex,WandView *destination,
263 WandExport MagickBooleanType DuplexTransferWandViewIterator(WandView *source,
264 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer,
285 assert(source != (WandView *) NULL);
409 % char *GetWandViewException(const WandView *wand_view,
419 WandExport char *GetWandViewException(const WandView *wand_view,
425 assert(wand_view != (const WandView *) NULL);
468 % RectangleInfo GetWandViewExtent(const WandView *wand_view)
475 WandExport RectangleInfo GetWandViewExtent(const WandView *wand_view)
477 assert(wand_view != (WandView *) NULL);
502 % MagickBooleanType GetImageViewMethod(const WandView *source,
514 % MagickBooleanType GetWandViewIterator(WandView *source,
526 WandExport MagickBooleanType GetWandViewIterator(WandView *source,
546 assert(source != (WandView *) NULL);
618 % PixelWand *GetWandViewPixels(const WandView *wand_view)
625 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view)
630 assert(wand_view != (WandView *) NULL);
651 % MagickWand *GetWandViewWand(const WandView *wand_view)
658 WandExport MagickWand *GetWandViewWand(const WandView *wand_view)
660 assert(wand_view != (WandView *) NULL);
682 % MagickBooleanType IsWandView(const WandView *wand_view)
689 WandExport MagickBooleanType IsWandView(const WandView *wand_view)
694 if (wand_view == (const WandView *) NULL)
721 % WandView *NewWandView(MagickWand *wand)
755 WandExport WandView *NewWandView(MagickWand *wand)
760 WandView
765 wand_view=(WandView *) AcquireMagickMemory(sizeof(*wand_view));
766 if (wand_view == (WandView *) NULL)
773 wand_view->description=ConstantString("WandView");
806 % WandView *NewWandViewExtent(MagickWand *wand,const ssize_t x,
817 WandExport WandView *NewWandViewExtent(MagickWand *wand,const ssize_t x,
823 WandView
828 wand_view=(WandView *) AcquireMagickMemory(sizeof(*wand_view));
829 if (wand_view == (WandView *) NULL)
836 wand_view->description=ConstantString("WandView");
870 % void SetWandViewDescription(WandView *image_view,const char *description)
879 MagickExport void SetWandViewDescription(WandView *wand_view,
882 assert(wand_view != (WandView *) NULL);
920 % MagickBooleanType SetWandViewIterator(WandView *destination,
932 WandExport MagickBooleanType SetWandViewIterator(WandView *destination,
952 assert(destination != (WandView *) NULL);
1041 % MagickBooleanType TransferImageViewMethod(const WandView *source,
1042 % WandView *destination,const ssize_t y,const int thread_id,
1054 % MagickBooleanType TransferWandViewIterator(WandView *source,
1055 % WandView *destination,TransferWandViewMethod transfer,void *context)
1068 WandExport MagickBooleanType TransferWandViewIterator(WandView *source,
1069 WandView *destination,TransferWandViewMethod transfer,void *context)
1089 assert(source != (WandView *) NULL);
1202 % MagickBooleanType UpdateImageViewMethod(WandView *source,const ssize_t y,
1214 % MagickBooleanType UpdateWandViewIterator(WandView *source,
1226 WandExport MagickBooleanType UpdateWandViewIterator(WandView *source,
1246 assert(source != (WandView *) NULL);