MagickWand 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
wand-view.c File Reference
#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"
Include dependency graph for wand-view.c:

Data Structures

struct  _WandView
 

Macros

#define WandViewId   "WandView"
 

Functions

WandExport WandViewCloneWandView (const WandView *wand_view)
 
static PixelWand *** DestroyPixelsThreadSet (PixelWand ***pixel_wands, const size_t number_wands, const size_t number_threads)
 
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 *** AcquirePixelsThreadSet (const size_t number_wands, const size_t number_threads)
 
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)
 
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)
 

Macro Definition Documentation

◆ WandViewId

#define WandViewId   "WandView"

Function Documentation

◆ AcquirePixelsThreadSet()

static PixelWand *** AcquirePixelsThreadSet ( const size_t  number_wands,
const size_t  number_threads 
)
static

◆ CloneWandView()

◆ DestroyPixelsThreadSet()

static PixelWand *** DestroyPixelsThreadSet ( PixelWand ***  pixel_wands,
const size_t  number_wands,
const size_t  number_threads 
)
static

◆ DestroyWandView()

◆ DuplexTransferWandViewIterator()

◆ GetWandViewException()

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

◆ GetWandViewExtent()

WandExport RectangleInfo GetWandViewExtent ( const WandView wand_view)

◆ GetWandViewIterator()

◆ GetWandViewPixels()

WandExport PixelWand ** GetWandViewPixels ( const WandView wand_view)

◆ GetWandViewWand()

WandExport MagickWand * GetWandViewWand ( const WandView wand_view)

◆ IsWandView()

WandExport MagickBooleanType IsWandView ( const WandView wand_view)

◆ NewWandView()

◆ NewWandViewExtent()

◆ SetWandViewDescription()

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

◆ SetWandViewIterator()

◆ SetWandViewThreads()

MagickExport void SetWandViewThreads ( WandView image_view,
const size_t  number_threads 
)

◆ TransferWandViewIterator()

◆ UpdateWandViewIterator()