Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:WandView

26   WandView;
29 (*DuplexTransferWandViewMethod)(const WandView *,const WandView *,WandView *,
31 (*GetWandViewMethod)(const WandView *,const ssize_t,const int,void *),
32 (*SetWandViewMethod)(WandView *,const ssize_t,const int,void *),
33 (*TransferWandViewMethod)(const WandView *,WandView *,const ssize_t,
35 (*UpdateWandViewMethod)(WandView *,const ssize_t,const int,void *);
38 *GetWandViewException(const WandView *,ExceptionType *);
41 DuplexTransferWandViewIterator(WandView *,WandView *,WandView *,
43 GetWandViewIterator(WandView *,GetWandViewMethod,void *),
44 IsWandView(const WandView *),
45 SetWandViewIterator(WandView *,SetWandViewMethod,void *),
46 TransferWandViewIterator(WandView *,WandView *,TransferWandViewMethod,void *),
47 UpdateWandViewIterator(WandView *,UpdateWandViewMethod,void *);
50 *GetWandViewWand(const WandView *);
53 **GetWandViewPixels(const WandView *);
56 GetWandViewExtent(const WandView *);
59 SetWandViewDescription(WandView *,const char *),
60 SetWandViewThreads(WandView *,const size_t);
62 extern WandExport WandView
63 *CloneWandView(const WandView *),
64 *DestroyWandView(WandView *),