|
MagickWand 6.9.6
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/wand.h"#include "magick/monitor-private.h"#include "magick/thread-private.h"Go to the source code of this file.
Data Structures | |
| struct | _WandView |
Macros | |
| #define | WandViewId "WandView" |
Functions | |
| WandExport WandView * | CloneWandView (const WandView *wand_view) |
| static PixelWand *** | DestroyPixelsTLS (PixelWand ***pixel_wands, const size_t number_wands, const size_t number_threads) |
| WandExport WandView * | DestroyWandView (WandView *wand_view) |
| WandExport MagickBooleanType | DuplexTransferWandViewIterator (WandView *source, WandView *duplex, WandView *destination, DuplexTransferWandViewMethod transfer, void *context) |
| WandExport char * | GetWandViewException (const WandView *wand_view, ExceptionType *severity) |
| WandExport RectangleInfo | GetWandViewExtent (const WandView *wand_view) |
| WandExport MagickBooleanType | GetWandViewIterator (WandView *source, GetWandViewMethod get, void *context) |
| WandExport PixelWand ** | GetWandViewPixels (const WandView *wand_view) |
| WandExport MagickWand * | GetWandViewWand (const WandView *wand_view) |
| WandExport MagickBooleanType | IsWandView (const WandView *wand_view) |
| static PixelWand *** | AcquirePixelsTLS (const size_t number_wands, const size_t number_threads) |
| WandExport WandView * | NewWandView (MagickWand *wand) |
| WandExport WandView * | NewWandViewExtent (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t width, const size_t height) |
| MagickExport void | SetWandViewDescription (WandView *wand_view, const char *description) |
| WandExport MagickBooleanType | SetWandViewIterator (WandView *destination, SetWandViewMethod set, void *context) |
| MagickExport void | SetWandViewThreads (WandView *image_view, const size_t number_threads) |
| WandExport MagickBooleanType | TransferWandViewIterator (WandView *source, WandView *destination, TransferWandViewMethod transfer, void *context) |
| WandExport MagickBooleanType | UpdateWandViewIterator (WandView *source, UpdateWandViewMethod update, void *context) |
| #define WandViewId "WandView" |
Definition at line 57 of file wand-view.c.
|
static |
Definition at line 752 of file wand-view.c.
References DestroyPixelsTLS(), and NewPixelWands().
Referenced by NewWandView(), and NewWandViewExtent().
| WandExport WandView * CloneWandView | ( | const WandView * | wand_view | ) |
Definition at line 118 of file wand-view.c.
References AcquireWandId(), ClonePixelWands(), _WandView::debug, _WandView::description, _WandView::exception, _WandView::extent, _WandView::id, MaxTextExtent, _WandView::name, _WandView::number_threads, _WandView::pixel_wands, _WandView::signature, _WandView::view, WandSignature, and WandViewId.
|
static |
Definition at line 174 of file wand-view.c.
References DestroyPixelWands().
Referenced by AcquirePixelsTLS(), and DestroyWandView().
| WandExport WandView * DestroyWandView | ( | WandView * | wand_view | ) |
Definition at line 188 of file wand-view.c.
References DestroyPixelsTLS(), _WandView::exception, _WandView::extent, _WandView::id, _WandView::number_threads, _WandView::pixel_wands, RelinquishWandId(), _WandView::signature, _WandView::view, and WandSignature.
| WandExport MagickBooleanType DuplexTransferWandViewIterator | ( | WandView * | source, |
| WandView * | duplex, | ||
| WandView * | destination, | ||
| DuplexTransferWandViewMethod | transfer, | ||
| void * | context | ||
| ) |
Definition at line 253 of file wand-view.c.
References _WandView::description, _WandView::exception, _WandView::extent, _MagickWand::images, magick_restrict, _WandView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _WandView::signature, _WandView::view, _WandView::wand, and WandSignature.
| WandExport char * GetWandViewException | ( | const WandView * | wand_view, |
| ExceptionType * | severity | ||
| ) |
Definition at line 438 of file wand-view.c.
References _WandView::debug, _WandView::exception, MaxTextExtent, _WandView::name, _WandView::signature, ThrowWandFatalException, and WandSignature.
| WandExport RectangleInfo GetWandViewExtent | ( | const WandView * | wand_view | ) |
Definition at line 493 of file wand-view.c.
References _WandView::extent, _WandView::signature, and WandSignature.
| WandExport MagickBooleanType GetWandViewIterator | ( | WandView * | source, |
| GetWandViewMethod | get, | ||
| void * | context | ||
| ) |
Definition at line 543 of file wand-view.c.
References _WandView::description, _WandView::exception, _WandView::extent, _MagickWand::images, _WandView::pixel_wands, PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _WandView::signature, _WandView::view, _WandView::wand, and WandSignature.
| WandExport PixelWand ** GetWandViewPixels | ( | const WandView * | wand_view | ) |
Definition at line 651 of file wand-view.c.
References _WandView::pixel_wands, _WandView::signature, and WandSignature.
| WandExport MagickWand * GetWandViewWand | ( | const WandView * | wand_view | ) |
Definition at line 683 of file wand-view.c.
References _WandView::signature, _WandView::wand, and WandSignature.
| WandExport MagickBooleanType IsWandView | ( | const WandView * | wand_view | ) |
Definition at line 713 of file wand-view.c.
References _WandView::name, _WandView::signature, WandSignature, and WandViewId.
| WandExport WandView * NewWandView | ( | MagickWand * | wand | ) |
Definition at line 775 of file wand-view.c.
References AcquirePixelsTLS(), AcquireWandId(), _WandView::debug, _WandView::description, _WandView::exception, _WandView::extent, _WandView::id, _MagickWand::images, MaxTextExtent, _WandView::name, _WandView::number_threads, _WandView::pixel_wands, _MagickWand::signature, _WandView::signature, ThrowWandFatalException, _WandView::view, _WandView::wand, WandSignature, and WandViewId.
| WandExport WandView * NewWandViewExtent | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | width, | ||
| const size_t | height | ||
| ) |
Definition at line 832 of file wand-view.c.
References AcquirePixelsTLS(), AcquireWandId(), _WandView::debug, _WandView::description, _WandView::exception, _WandView::extent, _WandView::id, _MagickWand::images, MaxTextExtent, _WandView::name, _WandView::number_threads, _WandView::pixel_wands, _MagickWand::signature, _WandView::signature, ThrowWandFatalException, _WandView::view, _WandView::wand, WandSignature, and WandViewId.
| MagickExport void SetWandViewDescription | ( | WandView * | wand_view, |
| const char * | description | ||
| ) |
Definition at line 889 of file wand-view.c.
References _WandView::description, _WandView::signature, and WandSignature.
| WandExport MagickBooleanType SetWandViewIterator | ( | WandView * | destination, |
| SetWandViewMethod | set, | ||
| void * | context | ||
| ) |
Definition at line 941 of file wand-view.c.
References _WandView::description, _WandView::exception, _WandView::extent, _MagickWand::images, magick_restrict, _WandView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), _WandView::signature, _WandView::view, _WandView::wand, and WandSignature.
| MagickExport void SetWandViewThreads | ( | WandView * | image_view, |
| const size_t | number_threads | ||
| ) |
Definition at line 1066 of file wand-view.c.
References _WandView::number_threads, and _WandView::signature.
| WandExport MagickBooleanType TransferWandViewIterator | ( | WandView * | source, |
| WandView * | destination, | ||
| TransferWandViewMethod | transfer, | ||
| void * | context | ||
| ) |
Definition at line 1124 of file wand-view.c.
References _WandView::description, _WandView::exception, _WandView::extent, _MagickWand::images, magick_restrict, _WandView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _WandView::signature, _WandView::view, _WandView::wand, and WandSignature.
| WandExport MagickBooleanType UpdateWandViewIterator | ( | WandView * | source, |
| UpdateWandViewMethod | update, | ||
| void * | context | ||
| ) |
Definition at line 1302 of file wand-view.c.
References _WandView::description, _WandView::exception, _WandView::extent, _MagickWand::images, magick_restrict, _WandView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), PixelSetBlackQuantum(), PixelSetQuantumColor(), _WandView::signature, _WandView::view, _WandView::wand, and WandSignature.