MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
wand-view.c File Reference
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/magick-wand-private.h"
#include "MagickWand/wand.h"
#include "MagickCore/monitor-private.h"
#include "MagickCore/thread-private.h"
Include dependency graph for wand-view.c:

Go to the source code of this file.

Data Structures

struct  _WandView
 

Macros

#define WandViewId   "WandView"
 

Functions

WandExport WandViewCloneWandView (const WandView *wand_view)
 
static PixelWand *** DestroyPixelsTLS (PixelWand ***pixel_wands, const size_t number_wands)
 
WandExport WandViewDestroyWandView (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 MagickWandGetWandViewWand (const WandView *wand_view)
 
WandExport MagickBooleanType IsWandView (const WandView *wand_view)
 
static PixelWand *** AcquirePixelsTLS (const size_t number_wands)
 
WandExport WandViewNewWandView (MagickWand *wand)
 
WandExport WandViewNewWandViewExtent (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)
 
WandExport MagickBooleanType TransferWandViewIterator (WandView *source, WandView *destination, TransferWandViewMethod transfer, void *context)
 
WandExport MagickBooleanType UpdateWandViewIterator (WandView *source, UpdateWandViewMethod update, void *context)
 

Macro Definition Documentation

◆ WandViewId

#define WandViewId   "WandView"

Definition at line 57 of file wand-view.c.

Function Documentation

◆ AcquirePixelsTLS()

static PixelWand *** AcquirePixelsTLS ( const size_t  number_wands)
static

Definition at line 716 of file wand-view.c.

References DestroyPixelsTLS(), and NewPixelWands().

Referenced by NewWandView(), and NewWandViewExtent().

◆ CloneWandView()

◆ DestroyPixelsTLS()

static PixelWand *** DestroyPixelsTLS ( PixelWand ***  pixel_wands,
const size_t  number_wands 
)
static

Definition at line 175 of file wand-view.c.

References DestroyPixelWands().

Referenced by AcquirePixelsTLS(), and DestroyWandView().

◆ DestroyWandView()

◆ DuplexTransferWandViewIterator()

◆ GetWandViewException()

WandExport char * GetWandViewException ( const WandView wand_view,
ExceptionType *  severity 
)

◆ GetWandViewExtent()

WandExport RectangleInfo GetWandViewExtent ( const WandView wand_view)

Definition at line 466 of file wand-view.c.

References _WandView::extent, MagickWandSignature, and _WandView::signature.

◆ GetWandViewIterator()

◆ GetWandViewPixels()

WandExport PixelWand ** GetWandViewPixels ( const WandView wand_view)

Definition at line 615 of file wand-view.c.

References MagickWandSignature, _WandView::pixel_wands, and _WandView::signature.

◆ GetWandViewWand()

WandExport MagickWand * GetWandViewWand ( const WandView wand_view)

Definition at line 647 of file wand-view.c.

References MagickWandSignature, _WandView::signature, and _WandView::wand.

◆ IsWandView()

WandExport MagickBooleanType IsWandView ( const WandView wand_view)

Definition at line 677 of file wand-view.c.

References MagickWandSignature, _WandView::name, _WandView::signature, and WandViewId.

◆ NewWandView()

◆ NewWandViewExtent()

◆ SetWandViewDescription()

MagickExport void SetWandViewDescription ( WandView wand_view,
const char *  description 
)

Definition at line 858 of file wand-view.c.

References _WandView::description, MagickWandSignature, and _WandView::signature.

◆ SetWandViewIterator()

◆ TransferWandViewIterator()

◆ UpdateWandViewIterator()