Go to the source code of this file.
|
typedef struct _WandView | WandView |
|
typedef MagickBooleanType(* | DuplexTransferWandViewMethod) (const WandView *, const WandView *, WandView *, const ssize_t, const int, void *) |
|
typedef MagickBooleanType(*)(* | GetWandViewMethod) (const WandView *, const ssize_t, const int, void *) |
|
typedef MagickBooleanType(*)(*)(* | SetWandViewMethod) (WandView *, const ssize_t, const int, void *) |
|
typedef MagickBooleanType(*)(*)(*)(* | TransferWandViewMethod) (const WandView *, WandView *, const ssize_t, const int, void *) |
|
typedef MagickBooleanType(*)(*)(*)(*)(* | UpdateWandViewMethod) (WandView *, const ssize_t, const int, void *) |
|
|
WandExport char * | GetWandViewException (const WandView *, ExceptionType *) |
|
WandExport MagickBooleanType | DuplexTransferWandViewIterator (WandView *, WandView *, WandView *, DuplexTransferWandViewMethod, void *) |
|
WandExport MagickBooleanType | GetWandViewIterator (WandView *, GetWandViewMethod, void *) |
|
WandExport MagickBooleanType | IsWandView (const WandView *) |
|
WandExport MagickBooleanType | SetWandViewIterator (WandView *, SetWandViewMethod, void *) |
|
WandExport MagickBooleanType | TransferWandViewIterator (WandView *, WandView *, TransferWandViewMethod, void *) |
|
WandExport MagickBooleanType | UpdateWandViewIterator (WandView *, UpdateWandViewMethod, void *) |
|
WandExport MagickWand * | GetWandViewWand (const WandView *) |
|
WandExport PixelWand ** | GetWandViewPixels (const WandView *) |
|
WandExport RectangleInfo | GetWandViewExtent (const WandView *) |
|
WandExport void | SetWandViewDescription (WandView *, const char *) |
|
WandExport void | SetWandViewThreads (WandView *, const size_t) |
|
WandExport WandView * | CloneWandView (const WandView *) |
|
WandExport WandView * | DestroyWandView (WandView *) |
|
WandExport WandView * | NewWandView (MagickWand *) |
|
WandExport WandView * | NewWandViewExtent (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t) |
|
◆ DuplexTransferWandViewMethod
typedef MagickBooleanType(* DuplexTransferWandViewMethod) (const WandView *, const WandView *, WandView *, const ssize_t, const int, void *) |
◆ GetWandViewMethod
typedef MagickBooleanType(*)(* GetWandViewMethod) (const WandView *, const ssize_t, const int, void *) |
◆ SetWandViewMethod
typedef MagickBooleanType(*)(*)(* SetWandViewMethod) (WandView *, const ssize_t, const int, void *) |
◆ TransferWandViewMethod
typedef MagickBooleanType(*)(*)(*)(* TransferWandViewMethod) (const WandView *, WandView *, const ssize_t, const int, void *) |
◆ UpdateWandViewMethod
typedef MagickBooleanType(*)(*)(*)(*)(* UpdateWandViewMethod) (WandView *, const ssize_t, const int, void *) |
◆ WandView
◆ CloneWandView()
◆ DestroyWandView()
◆ DuplexTransferWandViewIterator()
◆ GetWandViewException()
WandExport char * GetWandViewException |
( |
const WandView * |
wand_view, |
|
|
ExceptionType * |
severity |
|
) |
| |
◆ GetWandViewExtent()
◆ GetWandViewIterator()
◆ GetWandViewPixels()
◆ GetWandViewWand()
◆ IsWandView()
◆ NewWandView()
◆ NewWandViewExtent()
Definition at line 800 of file wand-view.c.
References AcquirePixelsTLS(), AcquireWandId(), _WandView::debug, _WandView::description, _WandView::exception, _WandView::extent, _WandView::id, _MagickWand::images, MagickPathExtent, MagickWandSignature, _WandView::name, _WandView::pixel_wands, _MagickWand::signature, _WandView::signature, ThrowWandFatalException, _WandView::view, _WandView::wand, and WandViewId.
◆ SetWandViewDescription()
◆ SetWandViewIterator()
◆ SetWandViewThreads()
◆ TransferWandViewIterator()
◆ UpdateWandViewIterator()
Definition at line 1204 of file wand-view.c.
References _WandView::description, _WandView::exception, _WandView::extent, _WandView::image, _MagickWand::images, magick_restrict, MagickWandSignature, _WandView::pixel_wands, PixelGetQuantumPixel(), PixelSetQuantumPixel(), _WandView::signature, _WandView::view, and _WandView::wand.